mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 01:24:08 +08:00
media: venus: hfi_helper: Add VP9 profile and levels
Add HFI defines for VP9 codec profile and levels. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
5823833c9a
commit
cbaa3117ea
@ -364,6 +364,24 @@
|
||||
#define HFI_HEVC_TIER_MAIN 0x1
|
||||
#define HFI_HEVC_TIER_HIGH0 0x2
|
||||
|
||||
/* VP9 Profile 0, 8-bit */
|
||||
#define HFI_VP9_PROFILE_P0 0x00000001
|
||||
/* VP9 Profile 2, 10-bit */
|
||||
#define HFI_VP9_PROFILE_P2_10B 0x00000004
|
||||
|
||||
#define HFI_VP9_LEVEL_1 0x00000001
|
||||
#define HFI_VP9_LEVEL_11 0x00000002
|
||||
#define HFI_VP9_LEVEL_2 0x00000004
|
||||
#define HFI_VP9_LEVEL_21 0x00000008
|
||||
#define HFI_VP9_LEVEL_3 0x00000010
|
||||
#define HFI_VP9_LEVEL_31 0x00000020
|
||||
#define HFI_VP9_LEVEL_4 0x00000040
|
||||
#define HFI_VP9_LEVEL_41 0x00000080
|
||||
#define HFI_VP9_LEVEL_5 0x00000100
|
||||
#define HFI_VP9_LEVEL_51 0x00000200
|
||||
#define HFI_VP9_LEVEL_6 0x00000400
|
||||
#define HFI_VP9_LEVEL_61 0x00000800
|
||||
|
||||
#define HFI_BUFFER_INPUT 0x1
|
||||
#define HFI_BUFFER_OUTPUT 0x2
|
||||
#define HFI_BUFFER_OUTPUT2 0x3
|
||||
|
Loading…
Reference in New Issue
Block a user