struct _VASliceParameterBufferAV1
Defined at line 647 of file ../../third_party/intel/libva/va/va_dec_av1.h
AV1 Slice Parameter Buffer Structure
This structure conveys parameters related to bit stream data and should be
sent once per tile.
It uses the name VASliceParameterBufferAV1 to be consistent with other codec,
but actually means VATileParameterBufferAV1.
Slice data buffer of VASliceDataBufferType is used
to send the bitstream.
Please note that host decoder is responsible to parse out the
per tile information. And the bit stream in sent to driver in per
tile granularity.
Public Members
uint32_t slice_data_size
uint32_t slice_data_offset
uint32_t slice_data_flag
uint16_t tile_row
uint16_t tile_column
uint16_t tg_start
uint16_t tg_end
uint8_t anchor_frame_idx
uint16_t tile_idx_in_tile_list
uint32_t[4] va_reserved