Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_fmt_conv.c715 UWORD8 *row_even_422 = pu1_422i_buf; in ih264e_fmt_conv_422i_to_420sp() local
716 UWORD8 *row_odd_422 = row_even_422 + (u4_422i_stride << 1); in ih264e_fmt_conv_422i_to_420sp()
728 UWORD8 cb_even = row_even_422[col]; in ih264e_fmt_conv_422i_to_420sp()
729 UWORD8 cr_even = row_even_422[col + 2]; 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()
741 row_even_422 += (u4_422i_stride << 2); in ih264e_fmt_conv_422i_to_420sp()