mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
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:
parent
e20acd605e
commit
80d3e84b81
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue