Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c2888 LWORD64 total_rdopt_cost; in ihevce_intra_rdopt_cu_ntu() local
2920 total_rdopt_cost = 0; in ihevce_intra_rdopt_cu_ntu()
3923 total_rdopt_cost += ai8_cand_rdopt_cost[best_intra_buf_idx]; in ihevce_intra_rdopt_cu_ntu()
3929 if(total_rdopt_cost > prev_best_rdopt_cost) in ihevce_intra_rdopt_cu_ntu()
3931 return (total_rdopt_cost); in ihevce_intra_rdopt_cu_ntu()
3971 total_rdopt_cost += ihevce_psy_rd_cost( in ihevce_intra_rdopt_cu_ntu()
4027 ps_ctxt->as_cu_prms[curr_buf_idx].i8_curr_rdopt_cost = total_rdopt_cost; in ihevce_intra_rdopt_cu_ntu()
4053 total_rdopt_cost += chrm_rdopt_cost; in ihevce_intra_rdopt_cu_ntu()
4065 if(total_rdopt_cost > prev_best_rdopt_cost) in ihevce_intra_rdopt_cu_ntu()
4067 return (total_rdopt_cost); in ihevce_intra_rdopt_cu_ntu()
[all …]