Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c84 ps_dst->ai4_ht[0] = ht; in impeg2d_get_pic()
85 ps_dst->ai4_ht[1] = ht / 2; in impeg2d_get_pic()
86 ps_dst->ai4_ht[2] = ht / 2; in impeg2d_get_pic()
106 ps_top_fld->ai4_ht[0] = ps_frm->ai4_ht[0] / 2; in impeg2d_get_flds()
107 ps_top_fld->ai4_ht[1] = ps_frm->ai4_ht[1] / 2; in impeg2d_get_flds()
108 ps_top_fld->ai4_ht[2] = ps_frm->ai4_ht[2] / 2; in impeg2d_get_flds()
/external/libmpeg2/common/
Dideint.c182 rows_remaining = ps_out_frm->ai4_ht[0] - start_row; in ideint_process()
218 num_blks_y = ALIGN8(ps_out_frm->ai4_ht[i]) >> 3; in ideint_process()
228 comp_row_end = MIN(comp_row_end, ps_out_frm->ai4_ht[i]); in ideint_process()
309 (((num_blks_y - 1) == row) && (ps_out_frm->ai4_ht[i] & 0x7))) in ideint_process()
317 if(((num_blks_y - 1) == row) && (ps_out_frm->ai4_ht[i] & 0x7)) in ideint_process()
318 blk_ht = (ps_out_frm->ai4_ht[i] & 0x7); in ideint_process()
Dicv.h103 WORD32 ai4_ht[MAX_COMPONENTS]; member
Dideint_debug.c99 ht = ps_pic->ai4_ht[i]; in ideint_corrupt_pic()
Dideint_utils.c124 comp_row_end = MIN(comp_row_end, ps_dst_frm->ai4_ht[i]); in ideint_weave_pic()