summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
diff options
context:
space:
mode:
authorSil Vilerino <sivileri@microsoft.com>2022-05-02 09:39:39 -0700
committerMarge Bot <emma+marge@anholt.net>2022-05-17 21:02:25 +0000
commitb5669386440131398939c70908c60711d6cad7f2 (patch)
tree54ac13879a92e07e90296455ced4809e5d5383c9 /src/gallium/include/pipe
parentd2871e40e0401136718290714547f1bd8c483fc1 (diff)
gallium: Add MinLumaBiPredSize8x8 to pipe_h264_sps, pic_init_qs_minus26 to pipe_h264_pps
Reviewed-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16286>
Diffstat (limited to 'src/gallium/include/pipe')
-rwxr-xr-xsrc/gallium/include/pipe/p_video_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index b6f75d8b4bf..9221fc69c70 100755
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -298,6 +298,7 @@ struct pipe_h264_sps
uint8_t frame_mbs_only_flag;
uint8_t mb_adaptive_frame_field_flag;
uint8_t direct_8x8_inference_flag;
+ uint8_t MinLumaBiPredSize8x8;
};
struct pipe_h264_pps
@@ -314,6 +315,7 @@ struct pipe_h264_pps
uint8_t weighted_pred_flag;
uint8_t weighted_bipred_idc;
int8_t pic_init_qp_minus26;
+ int8_t pic_init_qs_minus26;
int8_t chroma_qp_index_offset;
uint8_t deblocking_filter_control_present_flag;
uint8_t constrained_intra_pred_flag;