Home
last modified time | relevance | path

Searched refs:YUV411_U12 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dyuv.h47 #define YUV411_U12(y) YUV411_U10(y) macro
Dyuvconvert.c30 YUV422_U0(*out_odd) = YUV411_U12(*in); in yuv_sv411_to_cl422dc()