Home | History | Annotate | Download | only in common

Lines Matching refs:blk_wd

284                 UWORD8 au1_dst[BLK_WD * BLK_HT];
285 WORD32 blk_wd, blk_ht;
303 blk_wd = BLK_WD;
313 blk_wd = (ps_out_frm->ai4_wd[i] & 0x7);
326 BLK_WD,
330 vrnc = ps_ctxt->pf_variance_8x4(pu1_top, cur_strd, BLK_WD,
359 dst_strd = BLK_WD;
361 cur_strd, blk_wd, blk_ht);
368 cur_strd, blk_wd, blk_ht);
378 UWORD8 au1_pad[(BLK_HT + 4) * (BLK_WD + 4)];
381 col, num_blks_y, num_blks_x, blk_wd, blk_ht);
383 pu1_dst_top = au1_pad + 2 * (BLK_WD + 4) + 2;
387 (BLK_WD + 4) * 2,
408 memcpy(pu1_out + j * out_strd, au1_dst + j * BLK_WD, blk_wd);