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

Function sws_normalizeVec

libswscale/utils.c:1335–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333}
1334
1335void sws_normalizeVec(SwsVector *a, double height)
1336{
1337 sws_scaleVec(a, height/sws_dcVec(a));
1338}
1339
1340static SwsVector *sws_getConvVec(SwsVector *a, SwsVector *b)
1341{

Callers 2

sws_getDefaultFilterFunction · 0.85
sws_getGaussianVecFunction · 0.85

Calls 2

sws_scaleVecFunction · 0.85
sws_dcVecFunction · 0.85

Tested by

no test coverage detected