Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1335
void sws_normalizeVec(SwsVector *a, double height)
1336
{
1337
sws_scaleVec(a, height/sws_dcVec(a));
1338
}
1339
1340
static SwsVector *sws_getConvVec(SwsVector *a, SwsVector *b)
1341
{
Callers
2
sws_getDefaultFilter
Function · 0.85
sws_getGaussianVec
Function · 0.85
Calls
2
sws_scaleVec
Function · 0.85
sws_dcVec
Function · 0.85
Tested by
no test coverage detected