Home
last modified time | relevance | path

Searched refs:MPP_ENC_RC_MODE_FIXQP (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c262 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 Drk_venc_rc.h29 MPP_ENC_RC_MODE_FIXQP, enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_rc.h29 MPP_ENC_RC_MODE_FIXQP, enumerator
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c114 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 Dhal_jpege_vepu2_v2.c167 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 Dgstmpph265enc.c190 if (mppenc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in gst_mpp_h265_enc_apply_properties()
H A Dgstmpph264enc.c292 if (mppenc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in gst_mpp_h264_enc_apply_properties()
H A Dgstmppenc.c389 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 Dmpp_encoder.cpp140 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 Dmpi_rc2_test.c475 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 Dmpi_enc_test.c338 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 Dmpi_enc_mt_test.cpp343 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 Dmpi_enc_utils.c587 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 Dh265e_ps.c384 if (rc->rc_mode != MPP_ENC_RC_MODE_FIXQP) { in h265e_set_pps()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c545 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 Dvpu_api_legacy.cpp111 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 Dmpp_enc_impl.cpp688 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 Dhal_h265e_vepu540c.c743 if (rc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in vepu540c_h265_set_rc_regs()
H A Dhal_h265e_vepu541.c1026 if (rc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in vepu541_h265_set_rc_regs()
H A Dhal_h265e_vepu580.c1828 if (rc->rc_mode == MPP_ENC_RC_MODE_FIXQP) { in vepu580_h265_set_rc_regs()