HomeSort by relevance Sort by last modified time
    Searched refs:pu1_v_dst_tmp (Results 1 - 2 of 2) sorted by null

  /external/libavc/encoder/
ih264e_fmt_conv.c 805 UWORD8 *pu1_u_dst_tmp, *pu1_v_dst_tmp; local
838 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * u4_dst_uv_strd;
857 pu1_u_dst_tmp, pu1_v_dst_tmp, wd,
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 702 UWORD8 *pu1_u_dst_tmp, *pu1_v_dst_tmp; local
780 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2;
863 pu1_y_dst_tmp, pu1_u_dst_tmp, pu1_v_dst_tmp,

Completed in 83 milliseconds