Searched refs:i4_frm_qp (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_coarse_me_pass.c | 836 WORD32 i4_frm_qp, in ihevce_coarse_me_frame_init() argument 961 d_b_pic_factor = CLIP3_F(2.0, 4.0, (i4_frm_qp - 12.0) / 6.0); in ihevce_coarse_me_frame_init() 966 d_q_factor = (1 << (i4_frm_qp / 6)) * q_steps[i4_frm_qp % 6]; in ihevce_coarse_me_frame_init() 968 ps_master_ctxt->s_frm_prms.i4_frame_qp = i4_frm_qp; in ihevce_coarse_me_frame_init()
|
D | ihevce_coarse_me_pass.h | 267 WORD32 i4_frm_qp,
|
D | ihevce_enc_loop_pass.h | 98 WORD32 i4_frm_qp,
|
D | ihevce_me_pass.h | 222 WORD32 i4_frm_qp,
|
D | ihevce_ipe_structs.h | 454 WORD32 i4_frm_qp; member
|
D | ihevce_me_pass.c | 1121 WORD32 i4_frm_qp, in ihevce_me_frame_init() argument 1311 d_q_factor = pow(2.0, (i4_frm_qp / 6.)) * 5.0 / 8.0; in ihevce_me_frame_init() 1313 ps_master_ctxt->as_frm_prms[i4_me_frm_id].i4_frame_qp = i4_frm_qp; in ihevce_me_frame_init()
|
D | ihevce_enc_loop_pass.c | 5859 WORD32 i4_frm_qp, in ihevce_enc_loop_frame_init() argument 5969 i4_frm_qp; in ihevce_enc_loop_frame_init() 6067 ps_ctxt->i4_frame_qp = i4_frm_qp; in ihevce_enc_loop_frame_init() 6068 ps_ctxt->i4_frame_mod_qp = i4_frm_qp; in ihevce_enc_loop_frame_init() 6069 ps_ctxt->i4_cu_qp = i4_frm_qp; in ihevce_enc_loop_frame_init() 6070 ps_ctxt->i4_prev_cu_qp = i4_frm_qp; in ihevce_enc_loop_frame_init() 6073 ? MIN(i4_frm_qp + chroma_qp_offset, 51) in ihevce_enc_loop_frame_init() 6074 : gai1_ihevc_chroma_qp_scale[i4_frm_qp + chroma_qp_offset + MAX_QP_BD_OFFSET]; in ihevce_enc_loop_frame_init() 6076 ps_ctxt->i4_cu_qp_div6 = (i4_frm_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) / 6; in ihevce_enc_loop_frame_init() 6077 i4_div_factor = (i4_frm_qp + 3) / 6; in ihevce_enc_loop_frame_init() [all …]
|
D | ihevce_ipe_pass.c | 1457 ps_ctxt->i4_frm_qp = i4_curr_frm_qp + ps_ctxt->ps_rc_quant_ctxt->i1_qp_offset; in ihevce_populate_ipe_frame_init()
|