radeonsi/vcn: add cdef modes for vcn5 encoding
default mode is the cdef id is managed by FW. explicit mode is using external cdef id. Acked-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29423>
This commit is contained in:
@@ -204,6 +204,8 @@
|
||||
#define RENCODE_COLOR_SPACE_RGB 1
|
||||
|
||||
#define RENCODE_VCN4_AV1_MAX_NUM_LTR 2
|
||||
#define RENCODE_AV1_CDEF_MODE_DEFAULT 1
|
||||
#define RENCODE_AV1_CDEF_MODE_EXPLICIT 2
|
||||
|
||||
typedef struct rvcn_enc_session_info_s {
|
||||
uint32_t interface_version;
|
||||
|
||||
Reference in New Issue
Block a user