Lines Matching refs:pu1_top
210 UWORD8 *pu1_top, *pu1_bot, *pu1_dst; in ideint_process() local
271 pu1_top = ps_cur_fld->apu1_buf[i]; in ideint_process()
276 pu1_top = ps_nxt_fld->apu1_buf[i]; in ideint_process()
279 pu1_top += (cur_strd * row << 2); in ideint_process()
332 vrnc = ps_ctxt->pf_variance_8x4(pu1_top, cur_strd, BLK_WD, in ideint_process()
347 cac = ps_ctxt->pf_cac_8x8(pu1_top, pu1_bot, cur_strd, cur_strd); in ideint_process()
362 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd, in ideint_process()
369 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd, in ideint_process()
382 ideint_pad_blk(pu1_top, pu1_bot, au1_pad, cur_strd, row, in ideint_process()
395 ps_ctxt->pf_spatial_filter(pu1_top, pu1_dst + dst_strd, in ideint_process()
417 pu1_top += 8; in ideint_process()