Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.h894 WORD32 num_8x8_in_ctb_row,
Dhme_utils.c5229 WORD32 num_8x8_in_ctb_row, in ihevce_16x16block_temporal_noise_detect() argument
5479 ->au1_is_8x8Blk_noisy[index_8x8_block + num_8x8_in_ctb_row] = 1; in ihevce_16x16block_temporal_noise_detect()
5481 ->au1_is_8x8Blk_noisy[index_8x8_block + num_8x8_in_ctb_row + 1] = 1; in ihevce_16x16block_temporal_noise_detect()
5491 ->au1_is_8x8Blk_noisy[index_8x8_block + num_8x8_in_ctb_row] = 0; in ihevce_16x16block_temporal_noise_detect()
5493 ->au1_is_8x8Blk_noisy[index_8x8_block + num_8x8_in_ctb_row + 1] = 0; in ihevce_16x16block_temporal_noise_detect()
Dhme_refine.c6939 WORD32 num_8x8_in_ctb_row; in hme_refine() local
6996 num_8x8_in_ctb_row = block_wd / 8; // number of 8x8 in this ctb in hme_refine()
7020 index_8x8_block = (i / num_horz_blocks) * 2 * num_8x8_in_ctb_row + in hme_refine()