Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c557 WORD32 frm_qstep = ps_ctxt->i4_frame_qstep; 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()
602 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)) * 16; 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()
614 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)) * 4; in ihevce_populate_cu_struct()
624 frm_qstep * 16; in ihevce_populate_cu_struct()
626 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4); in ihevce_populate_cu_struct()
628 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)); in ihevce_populate_cu_struct()
[all …]
Dhme_defs.h2802 S32 frm_qstep; member
3154 S32 frm_qstep; member
Dihevce_enc_loop_structs.h2865 WORD32 frm_qstep; member
Dhme_refine.c1001 S32 i4_frm_qstep = ps_ctxt->frm_qstep; in hme_try_merge_high_speed()
1448 ps_cu_results, ps_cur_ipe_ctb, ps_ctxt->frm_qstep); in hme_try_merge_high_speed()
6460 ps_ctb_cluster_info->i4_frame_qstep = ps_ctxt->frm_qstep; in hme_refine()
7910 ps_cu_results, ps_cur_ipe_ctb, ps_ctxt->frm_qstep); in hme_refine()
8057 ps_cu_results, ps_cur_ipe_ctb, ps_ctxt->frm_qstep); in hme_refine()
Dhme_interface.c3964 ps_ctxt->frm_qstep = ps_frm_prms->qstep; in hme_process_frm_init()
4228 ps_ctxt->frm_qstep = ps_frm_prms->qstep; in hme_coarse_process_frm_init()