Searched refs:e_quality_preset (Results 1 – 10 of 10) sorted by relevance
/external/libhevc/encoder/ |
D | hme_fullpel.h | 62 ME_QUALITY_PRESETS_T e_quality_preset, 79 ME_QUALITY_PRESETS_T e_quality_preset);
|
D | hme_fullpel.c | 298 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()
|
D | hme_refine.c | 283 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 …]
|
D | ihevce_enc_cu_recursion.h | 59 IHEVCE_QUALITY_CONFIG_T e_quality_preset,
|
D | ihevce_enc_cu_recursion.c | 851 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()
|
D | hme_interface.c | 3286 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()
|
D | hme_utils.h | 789 SEARCH_CANDIDATE_TYPE_T e_cand_type, ME_QUALITY_PRESETS_T e_quality_preset);
|
D | hme_defs.h | 2414 ME_QUALITY_PRESETS_T e_quality_preset; member
|
D | hme_subpel.c | 3846 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()
|
D | hme_utils.c | 4378 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()
|