Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c1505 cu_inter_cand_t **pps_cand_dst = ps_mode_info->aps_cu_data; in ihevce_merge_cands_with_existing_best()
2468 if(au1_redundant_cand_indices[i] || ps_inter_cu_mode_info->aps_cu_data[i]->b1_skip_flag) in ihevce_redundant_candidate_pruner()
2475 if(au1_redundant_cand_indices[j] || ps_inter_cu_mode_info->aps_cu_data[j]->b1_skip_flag) in ihevce_redundant_candidate_pruner()
2482 if(ps_inter_cu_mode_info->aps_cu_data[j]->b3_part_size == in ihevce_redundant_candidate_pruner()
2483 ps_inter_cu_mode_info->aps_cu_data[i]->b3_part_size) in ihevce_redundant_candidate_pruner()
2486 &ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu->mv, in ihevce_redundant_candidate_pruner()
2487 &ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu->mv, in ihevce_redundant_candidate_pruner()
2488 ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu->b2_pred_mode, in ihevce_redundant_candidate_pruner()
2489 ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu->b2_pred_mode)) in ihevce_redundant_candidate_pruner()
2492 ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu->b1_merge_flag - in ihevce_redundant_candidate_pruner()
[all …]
Dihevce_enc_loop_structs.h1600 cu_inter_cand_t *aps_cu_data[MAX_NUM_INTER_RDO_CANDS]; member
Dihevce_enc_loop_pass.c784 ps_inter_cand = s_inter_cu_mode_info.aps_cu_data[ctr]; in ihevce_cu_mode_decide()