Searched refs:YUV411_Y00 (Results 1 – 2 of 2) sorted by relevance
14 YUV422_Y0(*out_even) = YUV411_Y00(*in); in yuv_sv411_to_cl422dc()58 YUV422_Y0(*out_even) = YUV411_Y00(*in_even); in yuv_sv411_to_cl422dc_quartersize()98 YUV422_Y0(*out_even) = YUV411_Y00(in_even[0]); in yuv_sv411_to_cl422dc_sixteenthsize()101 YUV422_Y1(*out_even) = YUV411_Y00(in_even[1]); in yuv_sv411_to_cl422dc_sixteenthsize()103 YUV422_Y0(*out_odd) = YUV411_Y00(in_odd[0]); in yuv_sv411_to_cl422dc_sixteenthsize()106 YUV422_Y1(*out_odd) = YUV411_Y00(in_even[1]); in yuv_sv411_to_cl422dc_sixteenthsize()
33 #define YUV411_Y00(y) (y).v[0].y0 macro