Searched refs:ai4_ht (Results 1 – 5 of 5) sorted by relevance
84 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()
182 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()307 (((num_blks_y - 1) == row) && (ps_out_frm->ai4_ht[i] & 0x7))) in ideint_process()315 if(((num_blks_y - 1) == row) && (ps_out_frm->ai4_ht[i] & 0x7)) in ideint_process()316 blk_ht = (ps_out_frm->ai4_ht[i] & 0x7); in ideint_process()
103 WORD32 ai4_ht[MAX_COMPONENTS]; member
99 ht = ps_pic->ai4_ht[i]; in ideint_corrupt_pic()
124 comp_row_end = MIN(comp_row_end, ps_dst_frm->ai4_ht[i]); in ideint_weave_pic()