Searched refs:i4_max_qp (Results 1 – 5 of 5) sorted by relevance
48 WORD32 i4_max_qp; member91 WORD32 i4_max_qp; in init_init_qp() local93 i4_max_qp = pi4_min_max_qp[1]; in init_init_qp()94 if(i4_max_qp < pi4_min_max_qp[3]) in init_init_qp()95 i4_max_qp = pi4_min_max_qp[3]; in init_init_qp()96 if(i4_max_qp < pi4_min_max_qp[5]) in init_init_qp()97 i4_max_qp = pi4_min_max_qp[5]; in init_init_qp()103 ps_init_qp->i4_max_qp = i4_max_qp; in init_init_qp()169 if(i4_qp > ps_init_qp->i4_max_qp) in get_init_qp_using_pels_bits_per_frame()170 i4_qp = ps_init_qp->i4_max_qp; in get_init_qp_using_pels_bits_per_frame()[all …]
784 WORD32 i4_max_qp = 0; in ihevce_rc_init() local788 i4_max_qp = MAX_HEVC_QP_10bit; in ihevce_rc_init()792 i4_max_qp = MAX_HEVC_QP_12bit; in ihevce_rc_init()796 i4_max_qp = MAX_HEVC_QP; in ihevce_rc_init()803 i4_max_qp) //BUG_FIX related to init QP allocation in ihevce_rc_init()814 (ps_rc_ctxt->ps_rc_quant_ctxt->pi4_qp_to_qscale[i4_max_qp] + in ihevce_rc_init()827 WORD32 i4_max_qp = 0; in ihevce_rc_init() local831 i4_max_qp = MAX_HEVC_QP_10bit; in ihevce_rc_init()835 i4_max_qp = MAX_HEVC_QP_12bit; in ihevce_rc_init()839 i4_max_qp = MAX_HEVC_QP; in ihevce_rc_init()[all …]
341 ps_curr_inp->s_pic_level_info.i4_max_qp = 0; in ihevce_ent_coding_thrd()
1380 if(cur_qp > ps_entropy_ctxt->ps_pic_level_info->i4_max_qp) in ihevce_cabac_encode_coding_unit()1381 ps_entropy_ctxt->ps_pic_level_info->i4_max_qp = cur_qp; in ihevce_cabac_encode_coding_unit()
1771 WORD32 i4_max_qp; member