Home
last modified time | relevance | path

Searched refs:uni_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
719 uni_cost = ps_pu_node1->i4_tot_cost; in hme_compute_pred_and_evaluate_bi()
721 best_cost = MIN(uni_cost, cur_iter_best_cost); in hme_compute_pred_and_evaluate_bi()
846 uni_cost = ps_pu_node1->i4_tot_cost; in hme_compute_pred_and_evaluate_bi()
856 best_cost = MIN(uni_cost, bi_cost); in hme_compute_pred_and_evaluate_bi()
1042 uni_cost = ps_pu_node1->i4_tot_cost; in hme_compute_pred_and_evaluate_bi()
1124 uni_cost = i4_sad + ps_pu_node1->i4_mv_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()
1189 best_cost = MIN(uni_cost, bi_cost); in hme_compute_pred_and_evaluate_bi()