Home
last modified time | relevance | path

Searched refs:i4_part_ht (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
309 i4_part_ht = (ps_pu->b4_ht + 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()
425 WORD32 i4_part_ht; in ihevce_merge_cand_pred_buffer_preparation() local
449 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
464 i4_part_ht); in ihevce_merge_cand_pred_buffer_preparation()
477 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
479 i4_buf_offset = (i4_part_ht < u1_cu_size) * i4_part_ht * i4_pred_stride + in ihevce_merge_cand_pred_buffer_preparation()
485 i4_part_ht = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
498 i4_part_ht); in ihevce_merge_cand_pred_buffer_preparation()
[all …]
Dhme_utils.c4732 S32 i4_part_ht = gai1_part_wd_and_ht[i4_part_id][1] * u1_part_dimension_multiplier; in hme_compute_variance_of_pu_from_base_blocks() local
4734 U08 u1_num_base_blocks_in_pu_column = i4_part_ht / u1_base_block_size; in hme_compute_variance_of_pu_from_base_blocks()
4750 ? (u1_cu_size - i4_part_ht) / u1_base_block_size in hme_compute_variance_of_pu_from_base_blocks()
4910 S32 i4_part_ht = gai1_part_wd_and_ht[i4_part_id][1] * u1_part_dimension_multiplier; in hme_compute_final_sigma_of_pu_from_base_blocks() local
4912 U08 u1_num_base_blocks_in_pu_column = i4_part_ht / u1_base_block_size; in hme_compute_final_sigma_of_pu_from_base_blocks()
4938 ? (u1_cu_size - i4_part_ht) / u1_base_block_size in hme_compute_final_sigma_of_pu_from_base_blocks()