Searched refs:YUV411_Y11 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ | ||
D | yuv.h | 38 #define YUV411_Y11(y) (y).v[1].y1 macro |
D | yuvconvert.c | 27 YUV422_Y1(*out_odd) = YUV411_Y11(*in); in yuv_sv411_to_cl422dc() |