[vepu541]: Update vepu541 aq mode parameter

Change-Id: Ifeaa2cfc60fcc954625fa07e232a3f623bc2c759
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2020-12-16 16:42:17 +08:00
parent efd6e8e8d7
commit 3cf778d714

View File

@@ -1162,21 +1162,21 @@ static RK_U32 h264e_lambda_default[58] = {
static RK_U8 h264_aq_tthd_default[16] = {
0, 0, 0, 2,
4, 4, 6, 6,
9, 9, 9, 15,
3, 4, 5, 6,
7, 8, 10, 12,
15, 20, 25, 35,
};
static RK_S8 h264_P_aq_step_default[16] = {
-8, -7, -6, -12,
-9, -3, -2, -1,
-8, -7, -6, -5,
-4, -3, -2, -1,
0, 1, 2, 3,
4, 5, 7, 10,
4, 5, 7, 8,
};
static RK_S8 h264_I_aq_step_default[16] = {
-8, -7, -6, -12,
-9, -3, -2, -1,
-8, -7, -6, -5,
-4, -3, -2, -1,
0, 1, 2, 3,
4, 5, 6, 7,
};