Home
last modified time | relevance | path

Searched refs:frm_qstep (Results 1 – 6 of 6) 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.h2874 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()
6461 ps_ctb_cluster_info->i4_frame_qstep = ps_ctxt->frm_qstep; in hme_refine()
7911 ps_cu_results, ps_cur_ipe_ctb, ps_ctxt->frm_qstep); in hme_refine()
8058 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()
/external/libaom/av1/encoder/
Dencodeframe_utils.c1014 int frm_qstep = av1_dc_quant_QTX(base_qindex, 0, cm->seq_params->bit_depth); in av1_get_q_for_deltaq_objective() local
1019 double sbs_dist = srcrf_dist * pow((double)sbs_qstep / frm_qstep, 2.0); in av1_get_q_for_deltaq_objective()
1020 double sbs_rate = srcrf_rate * ((double)frm_qstep / sbs_qstep); in av1_get_q_for_deltaq_objective()