Lines Matching refs:pu1_top
210 UWORD8 *pu1_top, *pu1_bot, *pu1_dst; in ideint_process() local
269 pu1_top = ps_cur_fld->apu1_buf[i]; in ideint_process()
274 pu1_top = ps_nxt_fld->apu1_buf[i]; in ideint_process()
277 pu1_top += (cur_strd * row << 2); in ideint_process()
330 vrnc = ps_ctxt->pf_variance_8x4(pu1_top, cur_strd, BLK_WD, in ideint_process()
345 cac = ps_ctxt->pf_cac_8x8(pu1_top, pu1_bot, cur_strd, cur_strd); in ideint_process()
360 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd, in ideint_process()
367 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd, in ideint_process()
380 ideint_pad_blk(pu1_top, pu1_bot, au1_pad, cur_strd, row, in ideint_process()
393 ps_ctxt->pf_spatial_filter(pu1_top, pu1_dst + dst_strd, in ideint_process()
412 pu1_top += 8; in ideint_process()