Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_subpel.c575 S32 uni_cost, bi_cost, best_cost, tot_cost; in hme_compute_pred_and_evaluate_bi() local
752 bi_cost = INT_MAX >> 1; in hme_compute_pred_and_evaluate_bi()
785 bi_cost = MAX_32BIT_VAL; in hme_compute_pred_and_evaluate_bi()
849 if(cur_iter_best_cost < bi_cost) in hme_compute_pred_and_evaluate_bi()
851 bi_cost = cur_iter_best_cost; in hme_compute_pred_and_evaluate_bi()
856 best_cost = MIN(uni_cost, bi_cost); in hme_compute_pred_and_evaluate_bi()
1034 if(cur_iter_best_cost < bi_cost) in hme_compute_pred_and_evaluate_bi()
1036 bi_cost = cur_iter_best_cost; in hme_compute_pred_and_evaluate_bi()
1131 if((bi_cost < uni_cost) && (!is_best_cand_an_intra)) in hme_compute_pred_and_evaluate_bi()
1186 ps_part_type_result->as_pu_results[j].i4_tot_cost = bi_cost; in hme_compute_pred_and_evaluate_bi()
[all …]