Searched refs:sm (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510.c | 406 static void vepu510_h265_set_atr_regs(H265eVepu510Sqi *reg_sqi, MppEncSceneMode sm, int atr_level) in vepu510_h265_set_atr_regs() argument 414 (void)sm; in vepu510_h265_set_atr_regs() 621 static void vepu510_h265_rdo_cfg(H265eV510HalContext *ctx, H265eVepu510Sqi *reg, MppEncSceneMode sm) in vepu510_h265_rdo_cfg() argument 625 reg->subj_opt_cfg.aq_subj_en = (sm == MPP_ENC_SCENE_MODE_IPC); in vepu510_h265_rdo_cfg() 757 vepu510_h265_set_atr_regs(reg, sm, ctx->cfg->tune.atr_str_i); in vepu510_h265_rdo_cfg() 759 vepu510_h265_set_atr_regs(reg, sm, ctx->cfg->tune.atr_str_p); in vepu510_h265_rdo_cfg() 938 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in vepu510_h265_global_cfg_set() local 942 vepu510_h265_rdo_cfg(ctx, reg_sqi, sm); in vepu510_h265_global_cfg_set() 973 reg_param->me_sqi_comb.move_lambda = (sm == MPP_ENC_SCENE_MODE_IPC) ? 2 : 8; in vepu510_h265_global_cfg_set() 980 reg_param->cime_madp_th_comb.cime_madp_th = (sm == MPP_ENC_SCENE_MODE_IPC) ? 16 : 0; in vepu510_h265_global_cfg_set() [all …]
|
| H A D | hal_h265e_vepu511.c | 865 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in vepu511_h265_set_prep() local 890 (sm == MPP_ENC_SCENE_MODE_IPC ? 9 : 6); in vepu511_h265_set_prep()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu510.c | 1605 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in setup_vepu510_me() local 1653 if (sm != MPP_ENC_SCENE_MODE_IPC) { in setup_vepu510_me() 1722 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in setup_vepu510_l2() local 1727 if (sm == MPP_ENC_SCENE_MODE_IPC) { in setup_vepu510_l2() 1893 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in setup_vepu510_anti_ringing() local 1895 s->atr_thd1.thdqp = (sm == MPP_ENC_SCENE_MODE_IPC) ? 32 : 45; in setup_vepu510_anti_ringing() 1904 if (sm == MPP_ENC_SCENE_MODE_IPC) { in setup_vepu510_anti_ringing() 1920 if (sm == MPP_ENC_SCENE_MODE_IPC) { in setup_vepu510_anti_ringing()
|
| H A D | hal_h264e_vepu511.c | 1605 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in setup_vepu511_me() local 1653 if (sm != MPP_ENC_SCENE_MODE_IPC) { in setup_vepu511_me() 1722 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in setup_vepu511_l2() local 1727 if (sm == MPP_ENC_SCENE_MODE_IPC) { in setup_vepu511_l2() 1855 MppEncSceneMode sm = ctx->cfg->tune.scene_mode; in setup_vepu511_anti_ringing() local 1857 s->atr_thd.atr_qp = (sm == MPP_ENC_SCENE_MODE_IPC) ? 32 : 45; in setup_vepu511_anti_ringing() 1866 if (sm == MPP_ENC_SCENE_MODE_IPC) { in setup_vepu511_anti_ringing() 1882 if (sm == MPP_ENC_SCENE_MODE_IPC) { in setup_vepu511_anti_ringing()
|