Home
last modified time | relevance | path

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

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