Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c80 ps_dst->ai4_wd[0] = wd; in impeg2d_get_pic()
81 ps_dst->ai4_wd[1] = wd / 2; in impeg2d_get_pic()
82 ps_dst->ai4_wd[2] = wd / 2; in impeg2d_get_pic()
102 ps_top_fld->ai4_wd[0] = ps_frm->ai4_wd[0]; in impeg2d_get_flds()
103 ps_top_fld->ai4_wd[1] = ps_frm->ai4_wd[1]; in impeg2d_get_flds()
104 ps_top_fld->ai4_wd[2] = ps_frm->ai4_wd[2]; in impeg2d_get_flds()
/external/libmpeg2/common/
Dideint.c217 num_blks_x = ALIGN8(ps_out_frm->ai4_wd[i]) >> 3; in ideint_process()
306 if((((num_blks_x - 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7)) || in ideint_process()
312 if(((num_blks_x - 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7)) in ideint_process()
313 blk_wd = (ps_out_frm->ai4_wd[i] & 0x7); in ideint_process()
Dicv.h100 WORD32 ai4_wd[MAX_COMPONENTS]; member
Dideint_debug.c98 wd = ps_pic->ai4_wd[i]; in ideint_corrupt_pic()
Dideint_utils.c143 memcpy(pu1_dst, pu1_src, ps_dst_frm->ai4_wd[i]); in ideint_weave_pic()