Searched refs:AVS_CS_I420 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h111 AVS_CS_I420 = 1<<4 | AVS_CS_YUV | AVS_CS_PLANAR, // y-u-v, planar enumerator in enum:__anon3032
198 { return ((p->pixel_type & AVS_CS_YV12) == AVS_CS_YV12)||((p->pixel_type & AVS_CS_I420) == AVS_CS_I420); }
228 case AVS_CS_I420: return 12;
H A Davisynth_c.h146 // AVS_CS_I420 = 1<<4 Reserved
152 AVS_CS_I420 = AVS_CS_PLANAR | AVS_CS_YUV | AVS_CS_SAMPLE_BITS_8 | AVS_CS_UPLANEFIRST | AVS_CS_SUB_HEIGHT_2 | AVS_CS_SUB_WIDTH_2, // YUV 4:2:0 planar enumerator in enum:__anon3020
153 AVS_CS_IYUV = AVS_CS_I420,
284 case AVS_CS_I420: return 12;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c261 case AVS_CS_I420: // Is this even used anywhere?

Completed in 57 milliseconds