| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 262 if (rc->rc_mode != MPP_ENC_RC_MODE_FIXQP) { in jpege_proc_jpeg_cfg() 265 rc->rc_mode = MPP_ENC_RC_MODE_FIXQP; in jpege_proc_jpeg_cfg() 319 if (rc->rc_mode != MPP_ENC_RC_MODE_FIXQP) { in jpege_proc_jpeg_cfg() 322 rc->rc_mode = MPP_ENC_RC_MODE_FIXQP; in jpege_proc_jpeg_cfg()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_rc.h | 29 MPP_ENC_RC_MODE_FIXQP, enumerator
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_rc.h | 29 MPP_ENC_RC_MODE_FIXQP, enumerator
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/ |
| H A D | hal_jpege_vepu1_v2.c | 114 if (ctx->cfg->rc.rc_mode != MPP_ENC_RC_MODE_FIXQP) { in hal_jpege_vepu1_get_task() 256 if (ctx->cfg->rc.rc_mode != MPP_ENC_RC_MODE_FIXQP) { in hal_jpege_vepu1_gen_regs()
|
| H A D | hal_jpege_vepu2_v2.c | 167 if (ctx->cfg->rc.rc_mode != MPP_ENC_RC_MODE_FIXQP) { in hal_jpege_vepu2_get_task() 439 if (ctx->cfg->rc.rc_mode != MPP_ENC_RC_MODE_FIXQP) { in hal_jpege_vepu2_gen_regs() 1042 if (ctx->cfg->rc.rc_mode != MPP_ENC_RC_MODE_FIXQP) { in hal_jpege_vepu2_ret_task()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmpph265enc.c | 190 if (mppenc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in gst_mpp_h265_enc_apply_properties()
|
| H A D | gstmpph264enc.c | 292 if (mppenc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in gst_mpp_h264_enc_apply_properties()
|
| H A D | gstmppenc.c | 389 if (!self->bps || self->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in gst_mpp_enc_apply_properties() 1161 {MPP_ENC_RC_MODE_FIXQP, "Fixed QP", "fixqp"}, in gst_mpp_enc_rc_mode_get_type()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.cpp | 140 case MPP_ENC_RC_MODE_FIXQP : { in SetupEncCfg() 166 case MPP_ENC_RC_MODE_FIXQP : { in SetupEncCfg()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_rc2_test.c | 475 case MPP_ENC_RC_MODE_FIXQP : { in mpi_rc_enc_init() 539 if (enc_cmd->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in mpi_rc_enc_init() 566 … mpp_enc_cfg_set_s32(cfg, "h265:qp_init", enc_cmd->rc_mode == MPP_ENC_RC_MODE_FIXQP ? -1 : 26); in mpi_rc_enc_init()
|
| H A D | mpi_enc_test.c | 338 case MPP_ENC_RC_MODE_FIXQP : { in test_mpp_enc_cfg_setup() 364 case MPP_ENC_RC_MODE_FIXQP : { in test_mpp_enc_cfg_setup()
|
| H A D | mpi_enc_mt_test.cpp | 343 case MPP_ENC_RC_MODE_FIXQP : { in test_mt_cfg_setup() 369 case MPP_ENC_RC_MODE_FIXQP : { in test_mt_cfg_setup()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_enc_utils.c | 587 MPP_ENC_RC_MODE_FIXQP : MPP_ENC_RC_MODE_VBR; in mpi_enc_test_cmd_update_by_args() 603 if (cmd->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in mpi_enc_test_cmd_update_by_args()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 384 if (rc->rc_mode != MPP_ENC_RC_MODE_FIXQP) { in h265e_set_pps()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.c | 545 p->mb_bit_rc_enable = !hw_cfg->mb_rc_disable && (rc->rc_mode != MPP_ENC_RC_MODE_FIXQP); in h264e_vepu_mbrc_setup()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 111 RK_U32 is_fix_qp = (rc_mode == MPP_ENC_RC_MODE_FIXQP) ? 1 : 0; in vpu_api_set_enc_cfg() 151 mpp_enc_cfg_set_s32(enc_cfg, "rc:mode", is_fix_qp ? MPP_ENC_RC_MODE_FIXQP : in vpu_api_set_enc_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 688 if (dst->rc_mode != MPP_ENC_RC_MODE_FIXQP) { in mpp_enc_proc_rc_cfg() 1193 case MPP_ENC_RC_MODE_FIXQP: { in set_rc_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 743 if (rc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in vepu540c_h265_set_rc_regs()
|
| H A D | hal_h265e_vepu541.c | 1026 if (rc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in vepu541_h265_set_rc_regs()
|
| H A D | hal_h265e_vepu580.c | 1828 if (rc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in vepu580_h265_set_rc_regs()
|