Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale.h269 attribute_deprecated void sws_shiftVec(SwsVector *a, int shift);
Dutils.c69 static void sws_shiftVec(SwsVector *a, int shift);
2005 sws_shiftVec(filter->chrH, (int)(chromaHShift + 0.5)); in sws_getDefaultFilter()
2008 sws_shiftVec(filter->chrV, (int)(chromaVShift + 0.5)); in sws_getDefaultFilter()
2214 void sws_shiftVec(SwsVector *a, int shift) in sws_shiftVec() function