Searched refs:curr_cost (Results 1 – 3 of 3) sorted by relevance
443 UWORD32 ctb_bits = 0, distortion = 0, curr_cost = 0, best_cost = 0; in ihevce_sao_analyse() local790 curr_cost = distortion + in ihevce_sao_analyse()793 if(curr_cost < best_cost) in ihevce_sao_analyse()795 best_cost = curr_cost; in ihevce_sao_analyse()1173 curr_cost = distortion + in ihevce_sao_analyse()1176 if(curr_cost < best_cost) in ihevce_sao_analyse()1179 best_cost = curr_cost; in ihevce_sao_analyse()
3263 LWORD64 curr_cost; in ihevce_intra_rdopt_cu_ntu() local3604 curr_cost = ai8_cand_rdopt_cost[curr_intra_buf_idx]; in ihevce_intra_rdopt_cu_ntu()3607 curr_cost += in ihevce_intra_rdopt_cu_ntu()3611 if(curr_cost < best_cand_cost) in ihevce_intra_rdopt_cu_ntu()3613 best_cand_cost = curr_cost; in ihevce_intra_rdopt_cu_ntu()
958 double curr_cost; in HistogramCombineStochastic() local968 curr_cost = in HistogramCombineStochastic()970 if (curr_cost < 0) { // found a better pair? in HistogramCombineStochastic()971 best_cost = curr_cost; in HistogramCombineStochastic()