mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-15 13:40:39 +08:00
[vepu541]: H.264 encoder optimization
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I7cbb7633d9fa57da358f5ef70aa93e965994bb11
This commit is contained in:
@@ -337,7 +337,7 @@ static void setup_vepu541_normal(Vepu541H264eRegSet *regs)
|
|||||||
|
|
||||||
/* reg016 DTRNS_CFG */
|
/* reg016 DTRNS_CFG */
|
||||||
regs->reg016.axi_brsp_cke = 0;
|
regs->reg016.axi_brsp_cke = 0;
|
||||||
regs->reg016.dspr_otsd = 0;
|
regs->reg016.dspr_otsd = 1;
|
||||||
|
|
||||||
hal_h264e_dbg_func("leave\n");
|
hal_h264e_dbg_func("leave\n");
|
||||||
}
|
}
|
||||||
@@ -1065,8 +1065,6 @@ static void setup_vepu541_me(Vepu541H264eRegSet *regs, SynH264eSps *sps,
|
|||||||
else
|
else
|
||||||
regs->reg091.cach_l2_map = 0x0;
|
regs->reg091.cach_l2_map = 0x0;
|
||||||
|
|
||||||
regs->reg091.cach_l2_map = 0x0;
|
|
||||||
|
|
||||||
hal_h264e_dbg_func("leave\n");
|
hal_h264e_dbg_func("leave\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user