Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c548 WORD32 intra_cost_cl_est = 0; in ihevce_populate_cu_struct() local
604 intra_cost_cl_est = intra_cost_ol + intra_noise_cl_est; in ihevce_populate_cu_struct()
616 intra_cost_cl_est = intra_cost_ol + intra_noise_cl_est; in ihevce_populate_cu_struct()
630 intra_cost_cl_est = intra_cost_ol + intra_noise_cl_est; in ihevce_populate_cu_struct()
643 intra_cost_cl_est = intra_cost_ol + intra_noise_cl_est; in ihevce_populate_cu_struct()
655 intra_cost_cl_est = INT_MAX; in ihevce_populate_cu_struct()
725 if(intra_cost_cl_est < ((ps_best->i4_tot_cost * u1_threshold_multi) >> 0)) in ihevce_populate_cu_struct()