diff --git a/mpp/hal/rkenc/h265e/hal_h265e_vepu541.c b/mpp/hal/rkenc/h265e/hal_h265e_vepu541.c index a0bb7f45..f7c46fed 100644 --- a/mpp/hal/rkenc/h265e/hal_h265e_vepu541.c +++ b/mpp/hal/rkenc/h265e/hal_h265e_vepu541.c @@ -596,6 +596,9 @@ static void vepu541_h265_set_l2_regs(H265eV541HalContext *ctx, H265eV54xL2RegSet thd[i] = hw->aq_thrd_i[i]; step[i] = hw->aq_step_i[i] & 0x3f; } + + regs->rdo_quant.quant_f_bias_I = 171; + regs->rdo_quant.quant_f_bias_P = 85; } else { RK_U8 *thd = (RK_U8 *)®s->aq_thd0; RK_S8 *step = (RK_S8 *)®s->aq_qp_dlt0;