Home
last modified time | relevance | path

Searched refs:rc_qp (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510.c1205 reg_frm->common.rc_qp.rc_max_qp = rc_info->quality_target; in setup_vepu510_rc_base()
1206 reg_frm->common.rc_qp.rc_min_qp = rc_info->quality_target; in setup_vepu510_rc_base()
1224 reg_frm->common.rc_qp.rc_max_qp = qp_max; in setup_vepu510_rc_base()
1225 reg_frm->common.rc_qp.rc_min_qp = qp_min; in setup_vepu510_rc_base()
1229 reg_frm->common.rc_qp.rc_qp_range = 0; in setup_vepu510_rc_base()
1231 reg_frm->common.rc_qp.rc_qp_range = (slice->slice_type == H264_I_SLICE) ? in setup_vepu510_rc_base()
1249 reg_frm->common.rc_qp.rc_qp_range = 0; in setup_vepu510_rc_base()
H A Dhal_h264e_vepu540c.c933 regs->reg_base.rc_qp.rc_max_qp = rc_info->quality_target; in setup_vepu540c_rc_base()
934 regs->reg_base.rc_qp.rc_min_qp = rc_info->quality_target; in setup_vepu540c_rc_base()
953 regs->reg_base.rc_qp.rc_qp_range = (slice->slice_type == H264_I_SLICE) ? in setup_vepu540c_rc_base()
955 regs->reg_base.rc_qp.rc_max_qp = qp_max; in setup_vepu540c_rc_base()
956 regs->reg_base.rc_qp.rc_min_qp = qp_min; in setup_vepu540c_rc_base()
H A Dhal_h264e_vepu511.c1197 reg_frm->common.rc_qp.rc_max_qp = rc_info->quality_target; in setup_vepu511_rc_base()
1198 reg_frm->common.rc_qp.rc_min_qp = rc_info->quality_target; in setup_vepu511_rc_base()
1216 reg_frm->common.rc_qp.rc_max_qp = qp_max; in setup_vepu511_rc_base()
1217 reg_frm->common.rc_qp.rc_min_qp = qp_min; in setup_vepu511_rc_base()
1221 reg_frm->common.rc_qp.rc_qp_range = 0; in setup_vepu511_rc_base()
1223 reg_frm->common.rc_qp.rc_qp_range = (slice->slice_type == H264_I_SLICE) ? in setup_vepu511_rc_base()
1241 reg_frm->common.rc_qp.rc_qp_range = 0; in setup_vepu511_rc_base()
H A Dhal_h264e_vepu580.c1290 regs->reg_base.rc_qp.rc_max_qp = qp_target; in setup_vepu580_rc_base()
1291 regs->reg_base.rc_qp.rc_min_qp = qp_target; in setup_vepu580_rc_base()
1308 regs->reg_base.rc_qp.rc_qp_range = (slice->slice_type == H264_I_SLICE) ? in setup_vepu580_rc_base()
1310 regs->reg_base.rc_qp.rc_max_qp = qp_max; in setup_vepu580_rc_base()
1311 regs->reg_base.rc_qp.rc_min_qp = qp_min; in setup_vepu580_rc_base()
1346 regs->reg_base.rc_qp.rc_qp_range = 0; in setup_vepu580_rc_base()
H A Dhal_h264e_vepu540c_reg.h494 } rc_qp; member
H A Dhal_h264e_vepu580_reg.h461 } rc_qp; member
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c1317 reg_frm->common.rc_qp.rc_max_qp = rc_cfg->quality_target; in vepu510_h265_set_rc_regs()
1318 reg_frm->common.rc_qp.rc_min_qp = rc_cfg->quality_target; in vepu510_h265_set_rc_regs()
1333 reg_frm->common.rc_qp.rc_max_qp = rc_cfg->quality_max; in vepu510_h265_set_rc_regs()
1334 reg_frm->common.rc_qp.rc_min_qp = rc_cfg->quality_min; in vepu510_h265_set_rc_regs()
1338 reg_frm->common.rc_qp.rc_qp_range = 0; in vepu510_h265_set_rc_regs()
1340 reg_frm->common.rc_qp.rc_qp_range = (ctx->frame_type == INTRA_FRAME) ? in vepu510_h265_set_rc_regs()
1359 reg_frm->common.rc_qp.rc_qp_range = 0; in vepu510_h265_set_rc_regs()
H A Dhal_h265e_vepu541.c992 regs->rc_qp.rc_max_qp = rc_cfg->quality_target; in vepu541_h265_set_rc_regs()
993 regs->rc_qp.rc_min_qp = rc_cfg->quality_target; in vepu541_h265_set_rc_regs()
1010 regs->rc_qp.rc_qp_range = (ctx->frame_type == INTRA_FRAME) ? in vepu541_h265_set_rc_regs()
1012 regs->rc_qp.rc_max_qp = rc_cfg->quality_max; in vepu541_h265_set_rc_regs()
1013 regs->rc_qp.rc_min_qp = rc_cfg->quality_min; in vepu541_h265_set_rc_regs()
H A Dhal_h265e_vepu511.c1277 reg_frm->common.rc_qp.rc_max_qp = rc_cfg->quality_target; in vepu511_h265_set_rc_regs()
1278 reg_frm->common.rc_qp.rc_min_qp = rc_cfg->quality_target; in vepu511_h265_set_rc_regs()
1294 reg_frm->common.rc_qp.rc_max_qp = rc_cfg->quality_max; in vepu511_h265_set_rc_regs()
1295 reg_frm->common.rc_qp.rc_min_qp = rc_cfg->quality_min; in vepu511_h265_set_rc_regs()
1299 reg_frm->common.rc_qp.rc_qp_range = 0; in vepu511_h265_set_rc_regs()
1301 reg_frm->common.rc_qp.rc_qp_range = (ctx->frame_type == INTRA_FRAME) ? in vepu511_h265_set_rc_regs()
1320 reg_frm->common.rc_qp.rc_qp_range = 0; in vepu511_h265_set_rc_regs()
H A Dhal_h265e_vepu541_reg.h421 } rc_qp; member
/rockchip-linux_mpp/mpp/hal/rkenc/common/
H A Dvepu510_common.h648 } rc_qp; member
H A Dvepu511_common.h988 } rc_qp; member