Home
last modified time | relevance | path

Searched refs:fix_qp (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c509 RK_S32 fix_qp = cmd->qp_init; in test_mpp_enc_cfg_setup() local
511 mpp_enc_cfg_set_s32(cfg, "rc:qp_init", fix_qp); in test_mpp_enc_cfg_setup()
512 mpp_enc_cfg_set_s32(cfg, "rc:qp_max", fix_qp); in test_mpp_enc_cfg_setup()
513 mpp_enc_cfg_set_s32(cfg, "rc:qp_min", fix_qp); in test_mpp_enc_cfg_setup()
514 mpp_enc_cfg_set_s32(cfg, "rc:qp_max_i", fix_qp); in test_mpp_enc_cfg_setup()
515 mpp_enc_cfg_set_s32(cfg, "rc:qp_min_i", fix_qp); in test_mpp_enc_cfg_setup()
517 mpp_enc_cfg_set_s32(cfg, "rc:fqp_min_i", fix_qp); in test_mpp_enc_cfg_setup()
518 mpp_enc_cfg_set_s32(cfg, "rc:fqp_max_i", fix_qp); in test_mpp_enc_cfg_setup()
519 mpp_enc_cfg_set_s32(cfg, "rc:fqp_min_p", fix_qp); in test_mpp_enc_cfg_setup()
520 mpp_enc_cfg_set_s32(cfg, "rc:fqp_max_p", fix_qp); in test_mpp_enc_cfg_setup()
H A Dmpi_enc_mt_test.c364 RK_S32 fix_qp = cmd->qp_init; in test_mt_cfg_setup() local
366 mpp_enc_cfg_set_s32(cfg, "rc:qp_init", fix_qp); in test_mt_cfg_setup()
367 mpp_enc_cfg_set_s32(cfg, "rc:qp_max", fix_qp); in test_mt_cfg_setup()
368 mpp_enc_cfg_set_s32(cfg, "rc:qp_min", fix_qp); in test_mt_cfg_setup()
369 mpp_enc_cfg_set_s32(cfg, "rc:qp_max_i", fix_qp); in test_mt_cfg_setup()
370 mpp_enc_cfg_set_s32(cfg, "rc:qp_min_i", fix_qp); in test_mt_cfg_setup()
/rockchip-linux_mpp/debian/
H A Dchangelog67 * [h264e]: fix bps check failed when mpi setup to fix_qp mode