mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
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:

committed by
Tingjin Huang

parent
02095f66d3
commit
03696728e1
@@ -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;
|
||||
|
Reference in New Issue
Block a user