Searched refs:YUV411_U12 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ | ||
D | yuv.h | 47 #define YUV411_U12(y) YUV411_U10(y) macro |
D | yuvconvert.c | 30 YUV422_U0(*out_odd) = YUV411_U12(*in); in yuv_sv411_to_cl422dc() |