Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c92 ps_dst->apu1_buf[0] = pu1_buf_y; in impeg2d_get_pic()
93 ps_dst->apu1_buf[1] = pu1_buf_u; in impeg2d_get_pic()
94 ps_dst->apu1_buf[2] = pu1_buf_v; in impeg2d_get_pic()
120 ps_top_fld->apu1_buf[0] = ps_frm->apu1_buf[0]; in impeg2d_get_flds()
121 ps_top_fld->apu1_buf[1] = ps_frm->apu1_buf[1]; in impeg2d_get_flds()
122 ps_top_fld->apu1_buf[2] = ps_frm->apu1_buf[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()
217 as_inp_flds[0].apu1_buf[0] = NULL; in impeg2d_deinterlace()
[all …]
/external/libmpeg2/common/
Dideint.c254 if(ps_prv_fld->apu1_buf[i] == NULL) in ideint_process()
261 pu1_out = ps_out_frm->apu1_buf[i]; in ideint_process()
264 pu1_prv = ps_prv_fld->apu1_buf[i]; in ideint_process()
269 pu1_top = ps_cur_fld->apu1_buf[i]; in ideint_process()
270 pu1_bot = ps_nxt_fld->apu1_buf[i]; in ideint_process()
274 pu1_top = ps_nxt_fld->apu1_buf[i]; in ideint_process()
275 pu1_bot = ps_cur_fld->apu1_buf[i]; in ideint_process()
295 if(ps_prv_fld->apu1_buf[i] == NULL) in ideint_process()
Dicv.h97 UWORD8 *apu1_buf[MAX_COMPONENTS]; member
Dideint_debug.c101 pu1_buf = ps_pic->apu1_buf[i]; in ideint_corrupt_pic()
Dideint_utils.c126 pu1_src = ps_src_fld->apu1_buf[i]; in ideint_weave_pic()
127 pu1_dst = ps_dst_frm->apu1_buf[i]; in ideint_weave_pic()