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:
Sil Vilerino
2024-09-04 06:43:48 -04:00
committed by Marge Bot
parent f817870aa9
commit 7c8ffc34aa

View File

@@ -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