Searched refs:YUV411_Y01 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ | ||
D | yuv.h | 34 #define YUV411_Y01(y) (y).v[1].y0 macro |
D | yuvconvert.c | 17 YUV422_Y1(*out_even) = YUV411_Y01(*in); in yuv_sv411_to_cl422dc() |