MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / sws_scaleVec

Function sws_scaleVec

libswscale/utils.c:1327–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1325}
1326
1327void sws_scaleVec(SwsVector *a, double scalar)
1328{
1329 int i;
1330
1331 for (i=0; i<a->length; i++)
1332 a->coeff[i]*= scalar;
1333}
1334
1335void sws_normalizeVec(SwsVector *a, double height)
1336{

Callers 2

sws_getDefaultFilterFunction · 0.85
sws_normalizeVecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected