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

  /external/libmpeg2/decoder/
impeg2d_pic_proc.c 113 UWORD32 dest_inc_Y=0,dest_inc_UV=0;
118 dest_inc_UV = ((ps_dec->u4_frm_buf_stride + 1) >> 1) << 1;
140 dest_inc_UV,
156 dest_inc_UV,
  /external/libavc/encoder/
ih264e_fmt_conv.c 612 UWORD32 dest_inc_Y = 0, dest_inc_UV = 0;
614 dest_inc_UV = dst_uv_strd;
649 pu1_dst += dest_inc_UV - u2_width;
  /external/libavc/decoder/
ih264d_utils.c     [all...]

Completed in 107 milliseconds