Home
last modified time | relevance | path

Searched refs:second_best_node_cost (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dhme_err_compute.c2190 S32 second_best_node_cost; in hme_calc_sad_and_2_best_results() local
2247 second_best_node_cost = CLIP_S16(ps_mv_refine_ctxt->i2_tot_cost[1][index]); in hme_calc_sad_and_2_best_results()
2249 if(i4_tot_cost < second_best_node_cost) in hme_calc_sad_and_2_best_results()
2418 S32 second_best_node_cost; in hme_calc_sad_and_2_best_results_subpel() local
2441 second_best_node_cost = CLIP_S16(ps_subpel_refine_ctxt->i2_tot_cost[1][index]); in hme_calc_sad_and_2_best_results_subpel()
2443 if(i4_tot_cost < second_best_node_cost) in hme_calc_sad_and_2_best_results_subpel()
2641 S32 second_best_node_cost; in hme_calc_stim_injected_sad_and_2_best_results() local
2772 second_best_node_cost = in hme_calc_stim_injected_sad_and_2_best_results()
2775 if(i4_stim_injected_cost < second_best_node_cost) in hme_calc_stim_injected_sad_and_2_best_results()
2966 S32 second_best_node_cost; in hme_calc_sad_and_1_best_result() local
[all …]
Dhme_subpel.c1411 S32 second_best_node_cost; in hme_evalsatd_update_2_best_results_pt_pu_16x16() local
1434 second_best_node_cost = CLIP_S16(ps_subpel_refine_ctxt->i2_tot_cost[1][index]); in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1436 if(i4_tot_cost < second_best_node_cost) in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1574 S32 second_best_node_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16() local
1597 second_best_node_cost = SHRT_MAX; in hme_evalsatd_update_1_best_result_pt_pu_16x16()
1599 if(i4_tot_cost < second_best_node_cost) in hme_evalsatd_update_1_best_result_pt_pu_16x16()