feat[vepu510]: Sync code from enc_tune branch

1. Add anti-line tuning
2. Adjust AQ assignment
3. Add smart encoding
4. Add deblur/qpmap routine
5. Add atf & four level intensity control atf
6. Add atr anti_blur function
7. Add real time bitrate output
8. Add smear buffer for vepu510

Change-Id: Iae661686f6adacd0b5ec57c102c184e2537dfc7d
Signed-off-by: Tingjin Huang <timkingh.huang@rock-chips.com>
This commit is contained in:
toby.zhang
2024-05-23 16:13:35 +08:00
committed by Tingjin Huang
parent 02095f66d3
commit 03696728e1
21 changed files with 1500 additions and 1107 deletions

View File

@@ -79,6 +79,13 @@ typedef struct MpiEncTestArgs_t {
/* -qpdd cu_qp_delta_depth */
RK_S32 cu_qp_delta_depth;
RK_S32 anti_flicker_str;
/* -dbe deblur enable flag
* -dbs deblur strength
*/
RK_S32 deblur_en;
RK_S32 deblur_str;
/* -v q runtime log disable flag */
RK_U32 quiet;