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

  /external/libmpeg2/common/
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...]
  /external/libhevc/encoder/
hme_coarse.c 264 S32 blk_size_shift = 2, blk_wd = 4, blk_ht = 4; local
298 * S32 blk_ht)
316 * @param[in] blk_ht : blk height
328 S32 blk_ht)
336 MIN((ps_pic_limit->i2_max_y - (S16)blk_ht - (S16)(i4_y - 4)), ps_mv_limit->i2_max_y);
803 S32 blk_size_shift = 2, blk_wd = 4, blk_ht = 4; local
    [all...]
hme_utils.c 1194 S32 i4_i, i4_j, blk_ht; local
1274 S32 i, j, blk_ht; local
    [all...]
hme_refine.c 5969 S32 blk_wd, blk_ht, blk_size_shift; local
8884 S32 blk_wd, blk_ht, blk_size_shift, num_blks_in_row, num_blks_in_pic; local
    [all...]

Completed in 874 milliseconds