Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuv.h55 #define YUV411_V12(y) YUV411_V10(y) macro
Dyuvconvert.c31 YUV422_V0(*out_odd) = YUV411_V12(*in); in yuv_sv411_to_cl422dc()