Searched refs:dest_inc_UV (Results 1 - 3 of 3) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d_pic_proc.c113 UWORD32 dest_inc_Y=0,dest_inc_UV=0; local
118 dest_inc_UV = ((ps_dec->u4_frm_buf_stride + 1) >> 1) << 1;
140 dest_inc_UV,
156 dest_inc_UV,
/external/libavc/encoder/
H A Dih264e_fmt_conv.c612 UWORD32 dest_inc_Y = 0, dest_inc_UV = 0; local
614 dest_inc_UV = dst_uv_strd;
649 pu1_dst += dest_inc_UV - u2_width;
/external/libavc/decoder/
H A Dih264d_utils.c983 UWORD32 dest_inc_Y = 0, dest_inc_UV = 0; local

Completed in 194 milliseconds