struct _VASliceParameterBufferVP9
Defined at line 279 of file ../../third_party/intel/libva/va/va_dec_vp9.h
VP9 Slice Parameter Buffer Structure
This structure conveys parameters related to segmentation data and should be
sent once per frame.
When segmentation is disabled, only SegParam[0] has valid values,
all other entries should be populated with 0.
Otherwise, all eight entries should be valid.
Slice data buffer of VASliceDataBufferType is used
to send the bitstream which should include whole or part of partition 0
(at least compressed header) to the end of frame.
Public Members
uint32_t slice_data_size
uint32_t slice_data_offset
uint32_t slice_data_flag
VASegmentParameterVP9[8] seg_param
uint32_t[4] va_reserved