Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c448 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
449 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2; 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()
477 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2; 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()
485 i4_part_ht = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
510 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
511 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
513 i4_part_wd_pu2 = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
514 i4_part_ht_pu2 = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2; in ihevce_merge_cand_pred_buffer_preparation()
[all …]
Dihevce_enc_cu_recursion.c695 ps_cu_candt->as_inter_pu[0] = ps_best->as_pu_results[0].pu; in ihevce_populate_cu_struct()
697 ps_cu_candt->as_inter_pu[0].b1_merge_flag = 0; in ihevce_populate_cu_struct()
712 ps_cu_candt->as_inter_pu[1] = ps_best->as_pu_results[1].pu; in ihevce_populate_cu_struct()
720 ps_cu_candt->as_inter_pu[1].b1_merge_flag = 0; in ihevce_populate_cu_struct()
Dihevce_enc_structs.h668 pu_t as_inter_pu[NUM_INTER_PU_PARTS]; member
Dihevce_enc_loop_utils.c5410 ps_pu = ps_inter_cand->as_inter_pu + i; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5890 ps_pu = &ps_inter_cand->as_inter_pu[ctr]; in ihevce_inter_rdopt_cu_mc_mvp()
10569 ps_pu = &ps_inter_cand->as_inter_pu[ctr]; in ihevce_call_luma_inter_pred_rdopt_pass1()
Dihevce_enc_loop_pass.c779 if((ps_inter_cand->b1_skip_flag) || (ps_inter_cand->as_inter_pu[0].b1_merge_flag) || in ihevce_cu_mode_decide()
780 (ps_inter_cand->b3_part_size && ps_inter_cand->as_inter_pu[1].b1_merge_flag)) in ihevce_cu_mode_decide()