mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 02:40:39 +01:00
fix[mpp]: add qpmap_en and enc_spd
Signed-off-by: toby.zhang <toby.zhang@rock-chips.com> Change-Id: Iac272bd2a134fd132ac7321717f19fb51389560c
This commit is contained in:
parent
b01bd3346a
commit
154b3e2853
1 changed files with 3 additions and 0 deletions
|
|
@ -1569,6 +1569,9 @@ typedef struct MppEncFineTuneCfg_t {
|
|||
RK_S32 madp16_th; /* madp threshold for static block detection, [0, 63] */
|
||||
RK_S32 skip16_wgt; /* weight for skip16, 0 or [3, 8] */
|
||||
RK_S32 skip32_wgt; /* weight for skip32, 0 or [3, 8] */
|
||||
RK_S32 qpmap_en;
|
||||
RK_S32 enc_spd;/*enc speed [0..3] , 0:full mode; 1:fast; 2:faster; 3:fastest */
|
||||
RK_S32 reserved[4];
|
||||
} MppEncFineTuneCfg;
|
||||
|
||||
#endif /*__RK_VENC_CMD_H__*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue