Home
last modified time | relevance | path

Searched refs:e_quality_preset (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/encoder/
Dhme_fullpel.h62 ME_QUALITY_PRESETS_T e_quality_preset,
79 ME_QUALITY_PRESETS_T e_quality_preset);
Dhme_fullpel.c298 ME_QUALITY_PRESETS_T e_quality_preset, in hme_fullpel_refine() argument
316 : ((ME_XTREME_SPEED_25 == e_quality_preset) in hme_fullpel_refine()
440 ME_QUALITY_PRESETS_T e_quality_preset) in hme_remove_duplicate_fpel_search_candidates() argument
465 if(e_quality_preset == ME_HIGH_QUALITY) in hme_remove_duplicate_fpel_search_candidates()
Dhme_refine.c283 ME_QUALITY_PRESETS_T e_quality_preset, in hme_add_me_best_as_merge_cands() argument
297 switch(e_quality_preset) in hme_add_me_best_as_merge_cands()
503 ME_QUALITY_PRESETS_T e_quality_preset, in hme_add_cands_for_merge_eval() argument
510 if(ME_PRISTINE_QUALITY == e_quality_preset) in hme_add_cands_for_merge_eval()
545 e_quality_preset, in hme_add_cands_for_merge_eval()
652 if(ME_PRISTINE_QUALITY == ps_merge_prms->e_quality_preset) in hme_pick_eval_merge_candts()
663 ps_merge_prms->e_quality_preset, in hme_pick_eval_merge_candts()
1016 if(ps_merge_prms->e_quality_preset == ME_XTREME_SPEED) in hme_try_merge_high_speed()
1021 if(ps_merge_prms->e_quality_preset == ME_XTREME_SPEED_25) in hme_try_merge_high_speed()
1045 if((ps_merge_prms->e_quality_preset != ME_PRISTINE_QUALITY) || in hme_try_merge_high_speed()
[all …]
Dihevce_enc_cu_recursion.h59 IHEVCE_QUALITY_CONFIG_T e_quality_preset,
Dihevce_enc_cu_recursion.c851 IHEVCE_QUALITY_CONFIG_T e_quality_preset, in ihevce_populate_cu_tree() argument
883 if(e_quality_preset >= IHEVCE_QUALITY_P2) in ihevce_populate_cu_tree()
920 if(e_quality_preset >= IHEVCE_QUALITY_P2) in ihevce_populate_cu_tree()
929 if(e_quality_preset >= IHEVCE_QUALITY_P2) in ihevce_populate_cu_tree()
987 if(e_quality_preset >= IHEVCE_QUALITY_P2) in ihevce_populate_cu_tree()
999 if(e_quality_preset >= IHEVCE_QUALITY_P2) in ihevce_populate_cu_tree()
1061 e_quality_preset, in ihevce_populate_cu_tree()
1070 e_quality_preset, in ihevce_populate_cu_tree()
1079 e_quality_preset, in ihevce_populate_cu_tree()
1088 e_quality_preset, in ihevce_populate_cu_tree()
Dhme_interface.c3286 U08 u1_layer_id, U08 u1_num_layers, ME_QUALITY_PRESETS_T e_quality_preset) in hme_determine_num_results_per_part() argument
3292 switch(e_quality_preset) in hme_determine_num_results_per_part()
3315 switch(e_quality_preset) in hme_determine_num_results_per_part()
3335 switch(e_quality_preset) in hme_determine_num_results_per_part()
3362 ME_QUALITY_PRESETS_T e_quality_preset) in hme_max_search_cands_per_search_cand_loc_populator() argument
3370 switch(e_quality_preset) in hme_max_search_cands_per_search_cand_loc_populator()
3398 hme_determine_max_2nx2n_tu_recur_cands(U08 u1_layer_id, ME_QUALITY_PRESETS_T e_quality_preset) in hme_determine_max_2nx2n_tu_recur_cands() argument
3404 switch(e_quality_preset) in hme_determine_max_2nx2n_tu_recur_cands()
3428 … hme_determine_max_num_fpel_refine_centers(U08 u1_layer_id, ME_QUALITY_PRESETS_T e_quality_preset) in hme_determine_max_num_fpel_refine_centers() argument
3436 switch(e_quality_preset) in hme_determine_max_num_fpel_refine_centers()
Dhme_utils.h789 SEARCH_CANDIDATE_TYPE_T e_cand_type, ME_QUALITY_PRESETS_T e_quality_preset);
Dhme_defs.h2414 ME_QUALITY_PRESETS_T e_quality_preset; member
Dhme_subpel.c3846 ME_QUALITY_PRESETS_T e_quality_preset) in hme_subpel_refine_struct_to_search_results_struct_converter() argument
3875 ASSERT((e_quality_preset == ME_PRISTINE_QUALITY) ? (ps_best_node[0].i4_sdi >= 0) : 1); in hme_subpel_refine_struct_to_search_results_struct_converter()
Dhme_utils.c4378 SEARCH_CANDIDATE_TYPE_T e_cand_type, ME_QUALITY_PRESETS_T e_quality_preset) in hme_decide_search_candidate_priority_in_l1_and_l2_me() argument
4381 gau1_search_cand_priority_in_l1_and_l2_me[e_quality_preset >= ME_MEDIUM_SPEED][e_cand_type]; in hme_decide_search_candidate_priority_in_l1_and_l2_me()