Searched refs:ps_out_frm (Results 1 – 2 of 2) sorted by relevance
/external/libmpeg2/common/ |
D | ideint.c | 136 icv_pic_t *ps_out_frm, in ideint_process() argument 182 rows_remaining = ps_out_frm->ai4_ht[0] - start_row; in ideint_process() 186 IDEINT_CORRUPT_PIC(ps_out_frm, 0xCD); in ideint_process() 194 ideint_weave_pic(ps_cur_fld, ps_nxt_fld, ps_out_frm, in ideint_process() 198 ideint_weave_pic(ps_nxt_fld, ps_cur_fld, ps_out_frm, in ideint_process() 217 num_blks_x = ALIGN8(ps_out_frm->ai4_wd[i]) >> 3; 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() 241 out_strd = ps_out_frm->ai4_strd[i]; in ideint_process() 261 pu1_out = ps_out_frm->apu1_buf[i]; in ideint_process() [all …]
|
D | ideint.h | 118 icv_pic_t *ps_out_frm,
|