HomeSort by relevance Sort by last modified time
    Searched refs:BLK_HT (Results 1 - 4 of 4) sorted by null

  /external/libmpeg2/common/
ideint_defs.h 53 #define BLK_HT (1 << BLK_HT_SHIFT)
55 #define FLD_BLK_SIZE (BLK_WD * (BLK_HT >> 1))
61 #define SUB_BLK_HT (BLK_HT >> 1) /* field dimensions. */
ideint.c 284 UWORD8 au1_dst[BLK_WD * BLK_HT];
285 WORD32 blk_wd, blk_ht; local
304 blk_ht = BLK_HT;
316 blk_ht = (ps_out_frm->ai4_ht[i] & 0x7);
327 BLK_HT >> 1);
331 BLK_HT >> 1);
361 cur_strd, blk_wd, blk_ht);
368 cur_strd, blk_wd, blk_ht);
378 UWORD8 au1_pad[(BLK_HT + 4) * (BLK_WD + 4)]
    [all...]
ideint_utils.c 257 WORD32 blk_ht)
265 num_rows = blk_ht + 4;
310 for(i = 0; i < (BLK_HT + 4); i++)
321 for(i = 0; i < (BLK_HT + 4); i++)
346 WORD32 src_ofst = (0 + blk_ht) * (BLK_WD + 4);
347 WORD32 dst_ofst = (1 + blk_ht) * (BLK_WD + 4);
348 WORD32 size = (BLK_HT - blk_ht) + 2;
ideint_cac.c 156 /* The outer-loop runs for BLK_HT/2 times, because one pixel */
159 for(j = 0; j < BLK_HT; j += 4)

Completed in 101 milliseconds