Revert "fix[hal_vp9d]: not support fast mode for rk3588"

This reverts commit 0d6cc57d44.
This commit is contained in:
nyanmisaka 2023-09-26 23:21:26 +08:00
parent c5d53aa4bf
commit 75d2399530

View file

@ -59,7 +59,7 @@ MPP_RET hal_vp9d_init(void *ctx, MppHalCfg *cfg)
p->api = &hal_vp9d_vdpu34x;
cfg->support_fast_mode = 1;
if (mpp_get_soc_type() == ROCKCHIP_SOC_RK3588)
cfg->support_fast_mode = 0;
cfg->cfg->status.hal_task_count = 2;
} else {
p->api = &hal_vp9d_rkv;
cfg->support_fast_mode = 0;