mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[hal_hevc_vepu541]: Adjust I frame bias cfg
Change-Id: If215c15ee452f0853b359484a36893d83dfb8bb1 Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user