• Home
  • Raw
  • Download

Lines Matching refs:u1_bit_depth

432     ps_rc_ctxt->u1_bit_depth = (UWORD8)ps_init_prms->s_tgt_lyr_prms.i4_internal_bit_depth;  in ihevce_rc_mem_init()
756 ihevce_rc_get_scaled_hevce_qp_q3(i, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_init()
763 i + ps_rc_quant->i1_qp_offset, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_init()
786 if(ps_rc_ctxt->u1_bit_depth == 10) in ihevce_rc_init()
790 else if(ps_rc_ctxt->u1_bit_depth == 12) in ihevce_rc_init()
829 if(ps_rc_ctxt->u1_bit_depth == 10) in ihevce_rc_init()
833 else if(ps_rc_ctxt->u1_bit_depth == 12) in ihevce_rc_init()
997 ps_rc_ctxt->u1_bit_depth, in ihevce_rc_init()
1490 ihevce_rc_get_scaled_hevce_qp_q6(i4_frame_qp_q6, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_get_pre_enc_pic_quant()
2779 ihevce_rc_get_scaled_hevce_qp_q6(i4_frame_qp_q6, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_get_pic_quant()
3052 ihevce_rc_get_scaled_hevce_qp_q6(i4_frame_qp_q6, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_get_pic_quant()
3216 ps_rc_ctxt->u1_bit_depth), in ihevce_rc_get_pic_quant()
3695 WORD32 ihevce_rc_get_scaled_mpeg2_qp_q6(WORD32 i4_frame_qp, UWORD8 u1_bit_depth) in ihevce_rc_get_scaled_mpeg2_qp_q6() argument
3701 (void)u1_bit_depth; in ihevce_rc_get_scaled_mpeg2_qp_q6()
3703 ASSERT(i4_frame_qp <= 51 + ((u1_bit_depth - 8) * 6)); in ihevce_rc_get_scaled_mpeg2_qp_q6()
3724 WORD32 ihevce_rc_get_scaled_hevce_qp_q6(WORD32 i4_frame_qp_q6, UWORD8 u1_bit_depth) in ihevce_rc_get_scaled_hevce_qp_q6() argument
3743 i4_hevce_qp -= ((u1_bit_depth - 8) * 6); in ihevce_rc_get_scaled_hevce_qp_q6()
3762 WORD32 ihevce_rc_get_scaled_hevce_qp_q3(WORD32 i4_frame_qp, UWORD8 u1_bit_depth) in ihevce_rc_get_scaled_hevce_qp_q3() argument
3785 i4_hevce_qp -= ((u1_bit_depth - 8) * 6); in ihevce_rc_get_scaled_hevce_qp_q3()
4535 s_frame_info.f_hbd_q_scale_without_offset / (1 << (ps_rc_ctxt->u1_bit_depth - 8)); in ihevce_rc_update_pic_info()
4537 s_frame_info.f_hbd_q_scale / (1 << (ps_rc_ctxt->u1_bit_depth - 8)); in ihevce_rc_update_pic_info()