Home
last modified time | relevance | path

Searched refs:num_horz_blocks (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_stasino_helpers.c530 WORD32 num_horz_blocks; in ihevce_psy_rd_cost_croma() local
565 num_horz_blocks = 2 * cu_wd / had_block_size; //ctb_width / had_block_size; in ihevce_psy_rd_cost_croma()
587 if(i % num_horz_blocks == 0) in ihevce_psy_rd_cost_croma()
632 if((i % num_horz_blocks) == (num_horz_blocks - 1)) in ihevce_psy_rd_cost_croma()
634 index_for_src_satd -= num_horz_blocks; in ihevce_psy_rd_cost_croma()
707 WORD32 num_horz_blocks; in ihevce_psy_rd_cost() local
730 num_horz_blocks = cu_wd / had_block_size; //ctb_width / had_block_size; in ihevce_psy_rd_cost()
757 if(i % num_horz_blocks == 0) in ihevce_psy_rd_cost()
792 if((i % num_horz_blocks) == (num_horz_blocks - 1)) in ihevce_psy_rd_cost()
794 index_for_src_satd -= num_horz_blocks; in ihevce_psy_rd_cost()
Dhme_utils.h893 WORD32 num_horz_blocks,
Dihevce_enc_loop_pass.c2070 WORD32 num_horz_blocks; in ihevce_enc_loop_process_row() local
2095 num_horz_blocks = block_wd / had_block_size; //ctb_width / had_block_size; in ihevce_enc_loop_process_row()
2103 if(i % num_horz_blocks == 0) in ihevce_enc_loop_process_row()
2143 WORD32 num_horz_blocks; in ihevce_enc_loop_process_row() local
2172 num_horz_blocks = 2 * block_wd / had_block_size; //ctb_width / had_block_size; in ihevce_enc_loop_process_row()
2181 if(i % num_horz_blocks == 0) in ihevce_enc_loop_process_row()
Dhme_refine.c6946 WORD32 num_horz_blocks; in hme_refine() local
6990 num_horz_blocks = block_wd / had_block_size; //ctb_width / had_block_size; in hme_refine()
6999 if(i % num_horz_blocks == 0) in hme_refine()
7020 index_8x8_block = (i / num_horz_blocks) * 2 * num_8x8_in_ctb_row + in hme_refine()
7021 (i % num_horz_blocks) * 2; in hme_refine()
7042 num_horz_blocks, in hme_refine()
Dhme_utils.c5228 WORD32 num_horz_blocks, in ihevce_16x16block_temporal_noise_detect() argument