Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_ipe_structs.h352 WORD32 i4_hevc_qp; member
Dihevce_rc_interface.c1692 WORD32 i4_frame_qs_q3, i4_hevc_qp, i4_est_header_bits, index, i, i4_total_bits; in ihevce_get_L0_est_satd_based_scd_qp() local
1747 i4_hevc_qp = ihevce_rc_get_scaled_hevc_qp_from_qs_q3(i4_frame_qs_q3, ps_ctxt->ps_rc_quant_ctxt); in ihevce_get_L0_est_satd_based_scd_qp()
1748 i4_hevc_qp = i4_hevc_qp + ps_ctxt->ps_rc_quant_ctxt->i1_qp_offset; in ihevce_get_L0_est_satd_based_scd_qp()
1750 if(i4_hevc_qp > ps_ctxt->ps_rc_quant_ctxt->i2_max_qp) in ihevce_get_L0_est_satd_based_scd_qp()
1751 i4_hevc_qp = ps_ctxt->ps_rc_quant_ctxt->i2_max_qp; in ihevce_get_L0_est_satd_based_scd_qp()
1753 if(i4_hevc_qp < (SCD_MIN_HEVC_QP - in ihevce_get_L0_est_satd_based_scd_qp()
1757 i4_hevc_qp = (SCD_MIN_HEVC_QP - ps_ctxt->ps_rc_quant_ctxt->i1_qp_offset); in ihevce_get_L0_est_satd_based_scd_qp()
1759 else if(i4_hevc_qp > SCD_MAX_HEVC_QP) in ihevce_get_L0_est_satd_based_scd_qp()
1761 i4_hevc_qp = SCD_MAX_HEVC_QP; in ihevce_get_L0_est_satd_based_scd_qp()
1765 return i4_hevc_qp; in ihevce_get_L0_est_satd_based_scd_qp()
Dihevce_ipe_pass.c1449 ps_ctxt->i4_hevc_qp = i4_curr_frm_qp; in ihevce_populate_ipe_frame_init()