Searched refs:out_even (Results 1 – 1 of 1) sorted by relevance
8 struct yuv422 *out_even = yuv; in yuv_sv411_to_cl422dc() local9 struct yuv422 *out_odd = out_even + width / 2; in yuv_sv411_to_cl422dc()14 YUV422_Y0(*out_even) = YUV411_Y00(*in); in yuv_sv411_to_cl422dc()15 YUV422_U0(*out_even) = YUV411_U00(*in); in yuv_sv411_to_cl422dc()16 YUV422_V0(*out_even) = YUV411_V00(*in); in yuv_sv411_to_cl422dc()17 YUV422_Y1(*out_even) = YUV411_Y01(*in); in yuv_sv411_to_cl422dc()18 out_even++; in yuv_sv411_to_cl422dc()19 YUV422_Y0(*out_even) = YUV411_Y02(*in); in yuv_sv411_to_cl422dc()20 YUV422_U0(*out_even) = YUV411_U02(*in); in yuv_sv411_to_cl422dc()21 YUV422_V0(*out_even) = YUV411_V02(*in); in yuv_sv411_to_cl422dc()[all …]