Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c546 WORD32 intra_cost_ol; in ihevce_populate_cu_struct() local
598 intra_cost_ol = ps_cur_ipe_ctb->i4_best64x64_intra_cost - frm_qstep * 256; in ihevce_populate_cu_struct()
600 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4); in ihevce_populate_cu_struct()
604 intra_cost_cl_est = intra_cost_ol + intra_noise_cl_est; in ihevce_populate_cu_struct()
610 intra_cost_ol = ps_cur_ipe_ctb->ai4_best32x32_intra_cost[i4_32x32_id] - frm_qstep * 64; in ihevce_populate_cu_struct()
612 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4); in ihevce_populate_cu_struct()
616 intra_cost_cl_est = intra_cost_ol + intra_noise_cl_est; in ihevce_populate_cu_struct()
622 intra_cost_ol = in ihevce_populate_cu_struct()
626 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4); in ihevce_populate_cu_struct()
630 intra_cost_cl_est = intra_cost_ol + intra_noise_cl_est; in ihevce_populate_cu_struct()
[all …]