Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_sao.c443 UWORD32 ctb_bits = 0, distortion = 0, curr_cost = 0, best_cost = 0; in ihevce_sao_analyse() local
790 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()
Dihevce_enc_loop_utils.c3263 LWORD64 curr_cost; in ihevce_intra_rdopt_cu_ntu() local
3604 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()
/external/webp/src/enc/
Dhistogram_enc.c958 double curr_cost; in HistogramCombineStochastic() local
968 curr_cost = in HistogramCombineStochastic()
970 if (curr_cost < 0) { // found a better pair? in HistogramCombineStochastic()
971 best_cost = curr_cost; in HistogramCombineStochastic()