Searched refs:row_even_luma (Results 1 – 1 of 1) sorted by relevance
717 UWORD8 *row_even_luma = pu1_y_buf; in ih264e_fmt_conv_422i_to_420sp() local720 UWORD8 *row_odd_luma = row_even_luma + u4_y_stride; in ih264e_fmt_conv_422i_to_420sp()734 row_even_luma[col >> 1] = row_even_422[col + 1]; in ih264e_fmt_conv_422i_to_420sp()735 row_even_luma[(col >> 1) + 1] = row_even_422[col + 3]; in ih264e_fmt_conv_422i_to_420sp()744 row_even_luma += (u4_y_stride << 1); in ih264e_fmt_conv_422i_to_420sp()