Home
last modified time | relevance | path

Searched refs:ai4_strd (Results 1 – 5 of 5) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c88 ps_dst->ai4_strd[0] = strd; in impeg2d_get_pic()
89 ps_dst->ai4_strd[1] = strd / 2; in impeg2d_get_pic()
90 ps_dst->ai4_strd[2] = strd / 2; in impeg2d_get_pic()
110 ps_top_fld->ai4_strd[0] = ps_frm->ai4_strd[0] * 2; in impeg2d_get_flds()
111 ps_top_fld->ai4_strd[1] = ps_frm->ai4_strd[1] * 2; in impeg2d_get_flds()
112 ps_top_fld->ai4_strd[2] = ps_frm->ai4_strd[2] * 2; in impeg2d_get_flds()
125 ps_bot_fld->apu1_buf[0] = ps_frm->apu1_buf[0] + ps_frm->ai4_strd[0]; in impeg2d_get_flds()
126 ps_bot_fld->apu1_buf[1] = ps_frm->apu1_buf[1] + ps_frm->ai4_strd[1]; in impeg2d_get_flds()
127 ps_bot_fld->apu1_buf[2] = ps_frm->apu1_buf[2] + ps_frm->ai4_strd[2]; in impeg2d_get_flds()
/external/libmpeg2/common/
Dideint_utils.c129 src_strd = ps_src_fld->ai4_strd[i]; in ideint_weave_pic()
130 dst_strd = ps_dst_frm->ai4_strd[i]; in ideint_weave_pic()
138 pu1_dst += ps_dst_frm->ai4_strd[i] * comp_row_start; in ideint_weave_pic()
139 pu1_src += ps_src_fld->ai4_strd[i] * comp_row_start / 2; in ideint_weave_pic()
144 pu1_dst += ps_dst_frm->ai4_strd[i] * 2; in ideint_weave_pic()
145 pu1_src += ps_src_fld->ai4_strd[i]; in ideint_weave_pic()
Dideint.c241 out_strd = ps_out_frm->ai4_strd[i]; in ideint_process()
244 cur_strd = ps_cur_fld->ai4_strd[i]; in ideint_process()
248 cur_strd = ps_nxt_fld->ai4_strd[i]; in ideint_process()
262 pu1_out += (ps_out_frm->ai4_strd[i] * row << 3); in ideint_process()
265 pu1_prv += (ps_prv_fld->ai4_strd[i] * row << 2); in ideint_process()
Dicv.h106 WORD32 ai4_strd[MAX_COMPONENTS]; member
Dideint_debug.c100 strd = ps_pic->ai4_strd[i]; in ideint_corrupt_pic()