mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
pipe: Add PIPE_H26X_MAX_REFERENCES
Reviewed-By: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31017>
This commit is contained in:
parent
f817870aa9
commit
7c8ffc34aa
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ extern "C" {
|
|||
#define PIPE_H265_MAX_NUM_LIST_REF 15
|
||||
#define PIPE_H265_MAX_DPB_SIZE 16
|
||||
#define PIPE_H265_MAX_SLICES 128
|
||||
#define PIPE_H264_MAX_REFERENCES 16
|
||||
#define PIPE_H265_MAX_REFERENCES 15
|
||||
#define PIPE_AV1_MAX_REFERENCES 8
|
||||
#define PIPE_DEFAULT_FRAME_RATE_DEN 1
|
||||
#define PIPE_DEFAULT_FRAME_RATE_NUM 30
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue