mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 08:50:24 +01:00
gallium/pipe: Increase hevc max slice to 600
According to the spec, increase max supported slices of hevc to 600.
Cc: mesa-stable
Signed-off-by: Yinjie Yao <yinjie.yao@amd.com>
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34632>
(cherry picked from commit 2b5ca87927)
This commit is contained in:
parent
9811e2b7d1
commit
b1c0dc9259
2 changed files with 2 additions and 2 deletions
|
|
@ -424,7 +424,7 @@
|
|||
"description": "gallium/pipe: Increase hevc max slice to 600",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ extern "C" {
|
|||
#define PIPE_H264_MAX_DPB_SIZE 17
|
||||
#define PIPE_H265_MAX_NUM_LIST_REF 15
|
||||
#define PIPE_H265_MAX_DPB_SIZE 16
|
||||
#define PIPE_H265_MAX_SLICES 128
|
||||
#define PIPE_H265_MAX_SLICES 600
|
||||
#define PIPE_H264_MAX_REFERENCES 16
|
||||
#define PIPE_H265_MAX_REFERENCES 15
|
||||
#define PIPE_AV1_MAX_REFERENCES 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue