Home
last modified time | relevance | path

Searched refs:sws_addVec (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libswscale/
Dutils.c62 static void sws_addVec(SwsVector *a, SwsVector *b);
2121 sws_addVec(filter->chrH, id); in sws_getDefaultFilter()
2122 sws_addVec(filter->chrV, id); in sws_getDefaultFilter()
2132 sws_addVec(filter->lumH, id); in sws_getDefaultFilter()
2133 sws_addVec(filter->lumV, id); in sws_getDefaultFilter()
2316 void sws_addVec(SwsVector *a, SwsVector *b) in sws_addVec() function