Home
last modified time | relevance | path

Searched refs:i4_part_wd (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c306 WORD32 i4_part_wd, i4_part_ht; in ihevce_determine_best_merge_pu() local
308 i4_part_wd = (ps_pu->b4_wd + 1) << 2; in ihevce_determine_best_merge_pu()
311 if((PRED_BI == ps_pu->b2_pred_mode) && ((i4_part_wd + i4_part_ht) < 16)) in ihevce_determine_best_merge_pu()
424 WORD32 i4_part_wd; in ihevce_merge_cand_pred_buffer_preparation() local
448 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
463 i4_part_wd * u1_num_bytes_per_pel, in ihevce_merge_cand_pred_buffer_preparation()
476 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
480 (i4_part_wd < u1_cu_size) * i4_part_wd; in ihevce_merge_cand_pred_buffer_preparation()
484 i4_part_wd = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
497 i4_part_wd * u1_num_bytes_per_pel, in ihevce_merge_cand_pred_buffer_preparation()
[all …]
Dhme_utils.c4731 S32 i4_part_wd = gai1_part_wd_and_ht[i4_part_id][0] * u1_part_dimension_multiplier; in hme_compute_variance_of_pu_from_base_blocks() local
4733 U08 u1_num_base_blocks_in_pu_row = i4_part_wd / u1_base_block_size; in hme_compute_variance_of_pu_from_base_blocks()
4746 : (u1_cu_size - i4_part_wd) / u1_base_block_size) in hme_compute_variance_of_pu_from_base_blocks()
4909 S32 i4_part_wd = gai1_part_wd_and_ht[i4_part_id][0] * u1_part_dimension_multiplier; in hme_compute_final_sigma_of_pu_from_base_blocks() local
4911 U08 u1_num_base_blocks_in_pu_row = i4_part_wd / u1_base_block_size; in hme_compute_final_sigma_of_pu_from_base_blocks()
4934 : (u1_cu_size - i4_part_wd) / u1_base_block_size) in hme_compute_final_sigma_of_pu_from_base_blocks()