Home
last modified time | relevance | path

Searched refs:ME_PRISTINE_QUALITY (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dhme_refine.c299 case ME_PRISTINE_QUALITY: in hme_add_me_best_as_merge_cands()
510 if(ME_PRISTINE_QUALITY == 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()
1045 if((ps_merge_prms->e_quality_preset != ME_PRISTINE_QUALITY) || in hme_try_merge_high_speed()
1116 if((num_parts_in_32x32 > 7) && (ps_merge_prms->e_quality_preset != ME_PRISTINE_QUALITY)) in hme_try_merge_high_speed()
1131 if(ME_PRISTINE_QUALITY == ps_merge_prms->e_quality_preset) in hme_try_merge_high_speed()
1247 (ME_PRISTINE_QUALITY != ps_merge_prms->e_quality_preset)) || in hme_try_merge_high_speed()
1258 (ME_PRISTINE_QUALITY == ps_merge_prms->e_quality_preset); in hme_try_merge_high_speed()
1458 if((ps_merge_prms->e_quality_preset != ME_PRISTINE_QUALITY) || in hme_try_merge_high_speed()
6451 if(ME_PRISTINE_QUALITY == e_me_quality_presets) in hme_refine()
[all …]
Dhme_coarse.c1357 if(ME_PRISTINE_QUALITY >= e_me_quality_preset) in hme_coarsest()
1439 if(ME_PRISTINE_QUALITY >= e_me_quality_preset) in hme_coarsest()
1469 if(ME_PRISTINE_QUALITY > e_me_quality_preset) in hme_coarsest()
1499 if(ME_PRISTINE_QUALITY >= e_me_quality_preset) in hme_coarsest()
Dhme_interface.h156 ME_PRISTINE_QUALITY = 0, enumerator
Dhme_interface.c1607 if(ps_prms->s_me_coding_tools.e_me_quality_presets == ME_PRISTINE_QUALITY) in hme_enc_alloc_init_mem()
3299 case ME_PRISTINE_QUALITY: in hme_determine_num_results_per_part()
3319 case ME_PRISTINE_QUALITY: in hme_determine_num_results_per_part()
3483 case ME_PRISTINE_QUALITY: in hme_determine_max_num_fpel_refine_centers()
3568 if(ps_me_coding_tools->e_me_quality_presets == ME_PRISTINE_QUALITY) in hme_set_refine_prms()
3682 else if(ps_me_coding_tools->e_me_quality_presets == ME_PRISTINE_QUALITY) in hme_set_refine_prms()
Dihevce_me_pass.c250 ps_hme_init_prms->s_me_coding_tools.e_me_quality_presets = ME_PRISTINE_QUALITY; in ihevce_derive_me_init_prms()
610 if((ps_ctxt->s_init_prms.s_me_coding_tools.e_me_quality_presets == ME_PRISTINE_QUALITY) && in ihevce_populate_me_ctb_data()
Dhme_subpel.c3875 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()