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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.h122 typedef struct SwsVector { struct
125 } SwsVector; typedef in typeref:struct:SwsVector
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_getIdentityVe
[all...]
H A Dutils.c300 SwsVector *srcFilter, SwsVector *dstFilter,
1721 SwsVector *id = sws_getIdentityVec();
1730 SwsVector *id = sws_getIdentityVec();
1757 SwsVector *sws_allocVec(int length)
1759 SwsVector *vec;
1764 vec = av_malloc(sizeof(SwsVector));
1774 SwsVector *sws_getGaussianVec(double variance, double quality)
1779 SwsVector *vec;
1800 SwsVector *sws_getConstVe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale.h140 } SwsVector; typedef in typeref:struct:__anon2319
144 SwsVector *lumH;
145 SwsVector *lumV;
146 SwsVector *chrH;
147 SwsVector *chrV;
256 SwsVector *sws_allocVec(int length);
262 SwsVector *sws_getGaussianVec(double variance, double quality);
268 SwsVector *sws_getConstVec(double c, int length);
274 SwsVector *sws_getIdentityVec(void);
279 void sws_scaleVec(SwsVector *
[all...]
H A Dutils.c185 SwsVector *srcFilter, SwsVector *dstFilter, double param[2], int is_horizontal)
1166 SwsVector *id= sws_getIdentityVec();
1175 SwsVector *id= sws_getIdentityVec();
1200 SwsVector *sws_allocVec(int length)
1202 SwsVector *vec = av_malloc(sizeof(SwsVector));
1212 SwsVector *sws_getGaussianVec(double variance, double quality)
1217 SwsVector *vec= sws_allocVec(length);
1232 SwsVector *sws_getConstVe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_smartblur.c134 SwsVector *vec;
H A Dvf_sab.c150 SwsVector *vec;

Completed in 140 milliseconds