Searched refs:fqp_max_p (Results 1 – 16 of 16) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | mpi_enc_utils.h | 71 RK_S32 fqp_max_p; member
|
| H A D | mpi_enc_utils.c | 389 &cmd->fqp_min_p, &cmd->fqp_max_p); in mpi_enc_opt_fqc()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_api.h | 149 RK_S32 fqp_max_p; member
|
| H A D | rk_venc_cmd.h | 371 RK_S32 fqp_max_p; member
|
| /rockchip-linux_mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 106 rc_cfg->fqp_max_p = INT_MAX; in vp8e_init()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 180 rc_cfg->fqp_max_p = INT_MAX; in h265e_init()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 97 …ENTRY(prefix, s32, rk_s32, fqp_max_p, FLAG_PREV, rc, fq…
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 195 rc_cfg->fqp_max_p = INT_MAX; in init_h264e_cfg_set()
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2.c | 1369 cfg->fqp_min_p, cfg->fqp_max_p); in rc_model_v2_init() 1686 p->start_qp = mpp_clip(p->start_qp, qpmin, usr_cfg->fqp_max_p); in rc_model_v2_hal_start() 1711 p->start_qp = mpp_clip(p->start_qp, usr_cfg->fqp_min_p, usr_cfg->fqp_max_p); in rc_model_v2_hal_start()
|
| H A D | rc_model_v2_smt.c | 946 RK_S32 fm_max_pqp = p->usr_cfg.fqp_max_p; in rc_model_v2_smt_start()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_enc_test.c | 535 mpp_enc_cfg_set_s32(cfg, "rc:fqp_max_p", cmd->fqp_max_p ? cmd->fqp_max_p : 45); in test_mpp_enc_cfg_setup()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1612 cfg->fqp_max_p = rc->fqp_max_p == INT_MAX ? cfg->max_quality : rc->fqp_max_p; in set_rc_cfg() 1626 cfg->fqp_max_p = 100 - jpeg->qf_min; in set_rc_cfg()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu510.c | 1244 fqp_max = rc->fqp_max_p; in setup_vepu510_rc_base()
|
| H A D | hal_h264e_vepu511.c | 1236 fqp_max = rc->fqp_max_p; in setup_vepu511_rc_base()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510.c | 1353 fqp_max = rc->fqp_max_p; in vepu510_h265_set_rc_regs()
|
| H A D | hal_h265e_vepu511.c | 1314 fqp_max = rc->fqp_max_p; in vepu511_h265_set_rc_regs()
|