Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/ffmpeg_/libswscale/
Dswscale.h122 typedef struct SwsVector { struct
125 } SwsVector; argument
129 SwsVector *lumH;
130 SwsVector *lumV;
131 SwsVector *chrH;
132 SwsVector *chrV;
254 SwsVector *sws_allocVec(int length);
260 SwsVector *sws_getGaussianVec(double variance, double quality);
266 SwsVector *sws_getConstVec(double c, int length);
272 SwsVector *sws_getIdentityVec(void);
[all …]