Home
last modified time | relevance | path

Searched refs:blk_ht (Results 1 – 3 of 3) sorted by relevance

/external/libmpeg2/common/
Dideint.c285 WORD32 blk_wd, blk_ht; in ideint_process() local
304 blk_ht = BLK_HT; in ideint_process()
316 blk_ht = (ps_out_frm->ai4_ht[i] & 0x7); in ideint_process()
361 cur_strd, blk_wd, blk_ht); in ideint_process()
368 cur_strd, blk_wd, blk_ht); in ideint_process()
381 col, num_blks_y, num_blks_x, blk_wd, blk_ht); in ideint_process()
406 for(j = 0; j < blk_ht; j++) in ideint_process()
Dideint_utils.c257 WORD32 blk_ht) in ideint_pad_blk() argument
265 num_rows = blk_ht + 4; in ideint_pad_blk()
346 WORD32 src_ofst = (0 + blk_ht) * (BLK_WD + 4); in ideint_pad_blk()
347 WORD32 dst_ofst = (1 + blk_ht) * (BLK_WD + 4); in ideint_pad_blk()
348 WORD32 size = (BLK_HT - blk_ht) + 2; in ideint_pad_blk()
Dideint_utils.h58 WORD32 blk_ht);