Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_fmt_conv.c798 UWORD32 u4_dst_uv_strd, in ih264e_fmt_conv() argument
836 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()
837 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()
838 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()
852 u4_dst_uv_strd); in ih264e_fmt_conv()
860 u4_dst_uv_strd, is_u_first, 0); in ih264e_fmt_conv()
Dih264e_fmt_conv.h52 UWORD32 u4_dst_uv_strd,