Home
last modified time | relevance | path

Searched refs:quality_real (Results 1 – 22 of 22) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h197 RK_S32 quality_real; member
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c712 rc_info->quality_real = ctx->hw_mbrc.qp_sum / mbs; in hal_h264e_vepu1_ret_task_v2()
714 hal_h264e_dbg_rc("real bit %d quality %d\n", rc_info->bit_real, rc_info->quality_real); in hal_h264e_vepu1_ret_task_v2()
H A Dhal_h264e_vepu2_v2.c777 rc_info->quality_real = ctx->hw_mbrc.qp_sum / mbs; in hal_h264e_vepu2_ret_task_v2()
779 hal_h264e_dbg_rc("real bit %d quality %d\n", rc_info->bit_real, rc_info->quality_real); in hal_h264e_vepu2_ret_task_v2()
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu540c.c403 rc_info->quality_real = rc_info->quality_target; in hal_jpege_v540c_ret_task()
H A Dhal_jpege_vpu720.c650 rc_info->quality_real = rc_info->quality_target; in hal_jpege_vpu720_ret_task()
H A Dhal_jpege_vepu511.c651 rc_info->quality_real = rc_info->quality_target; in hal_jpege_vepu511_ret_task()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510_tune.c340 hal_rc_ret->bit_real, hal_rc_ret->quality_real, hal_rc_ret->dsp_y_avg); in vepu510_h265e_tune_stat_update()
H A Dhal_h265e_vepu511.c2483 hal_rc_ret->quality_real = fb->qp_sum / mb8_num; in vepu511_h265_set_feedback()
2625 … ctx->frame_num - 1, info->bit_real, info->quality_real, info->madi, info->madp); in vepu511_h265e_update_tune_stat()
H A Dhal_h265e_vepu540c.c1540 hal_rc_ret->quality_real = fb->qp_sum / mb8_num; in vepu540c_h265_set_feedback()
H A Dhal_h265e_vepu541.c1945 hal_rc_ret->quality_real = fb->qp_sum / mb8_num; in vepu541_h265_set_feedback()
H A Dhal_h265e_vepu510.c2290 hal_rc_ret->quality_real = fb->qp_sum / mb8_num; in vepu510_h265_set_feedback()
H A Dhal_h265e_vepu580.c3078 hal_rc_ret->quality_real = fb->qp_sum / mb8_num; in vepu580_h265_set_feedback()
/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c607 task->rc_task->info.quality_real = task->rc_task->info.quality_target; in hal_jpege_vepu1_ret_task()
H A Dhal_jpege_vepu2_v2.c1045 rc_info->quality_real = rc_info->quality_target; in hal_jpege_vepu2_ret_task()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c592 rc_info->quality_real = rc_info->quality_target; in h264e_sw_enc()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c1818 rc_info->quality_real = ctx->regs_ret.st_sse_qp.qp_sum / mbs; in hal_h264e_vepu541_ret_task()
1836 ctx->hal_rc_cfg.quality_real = rc_info->quality_real; in hal_h264e_vepu541_ret_task()
H A Dhal_h264e_vepu540c.c1701 rc_info->quality_real = regs_set->reg_st.qp_sum / mbs; in hal_h264e_vepu540c_ret_task()
1721 ctx->hal_rc_cfg.quality_real = rc_info->quality_real; in hal_h264e_vepu540c_ret_task()
H A Dhal_h264e_vepu580.c2472 rc_info->quality_real = regs->reg_st.qp_sum / mbs; in hal_h264e_vepu580_ret_task()
2489 ctx->hal_rc_cfg.quality_real = rc_info->quality_real; in hal_h264e_vepu580_ret_task()
H A Dhal_h264e_vepu510.c2511 rc_info->quality_real = regs->reg_st.qp_sum / mbs; in hal_h264e_vepu510_ret_task()
2525 ctx->hal_rc_cfg.quality_real = rc_info->quality_real; in hal_h264e_vepu510_ret_task()
H A Dhal_h264e_vepu511.c2567 rc_info->quality_real = regs->reg_st.qp_sum / mbs; in hal_h264e_vepu511_ret_task()
2581 ctx->hal_rc_cfg.quality_real = rc_info->quality_real; in hal_h264e_vepu511_ret_task()
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c300 mpp_data_update_v2(ctx->pre_i_mean_qp, cfg->quality_real); in moving_judge_update()
1828 p->pre_mean_qp = cfg->quality_real; in rc_model_v2_end()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c2244 info->quality_real = info->quality_target; in mpp_enc_reenc_drop()
2749 mpp_meta_set_s32(meta, KEY_ENC_AVERAGE_QP, rc_task->info.quality_real); in set_enc_info_to_packet()