Commit cbaa3117 authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Mauro Carvalho Chehab

media: venus: hfi_helper: Add VP9 profile and levels

Add HFI defines for VP9 codec profile and levels.
Signed-off-by: default avatarStanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 5823833c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment