[vepu541]: H.264 encoder optimization

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I7cbb7633d9fa57da358f5ef70aa93e965994bb11
This commit is contained in:
Herman Chen
2020-07-02 17:42:26 +08:00
parent fd34d8a793
commit e10f95d851

View File

@@ -337,7 +337,7 @@ static void setup_vepu541_normal(Vepu541H264eRegSet *regs)
/* reg016 DTRNS_CFG */
regs->reg016.axi_brsp_cke = 0;
regs->reg016.dspr_otsd = 0;
regs->reg016.dspr_otsd = 1;
hal_h264e_dbg_func("leave\n");
}
@@ -1065,8 +1065,6 @@ static void setup_vepu541_me(Vepu541H264eRegSet *regs, SynH264eSps *sps,
else
regs->reg091.cach_l2_map = 0x0;
regs->reg091.cach_l2_map = 0x0;
hal_h264e_dbg_func("leave\n");
}