struct _VASliceParameterBufferHEVC
Defined at line 358 of file ../../third_party/intel/libva/va/va_dec_hevc.h
HEVC Slice Parameter Buffer Structure For Long Format
VASliceParameterBufferHEVC structure should be accompanied by a
slice data buffer, which holds the whole raw slice NAL unit bit streams
including start code prefix and emulation prevention bytes not removed.
This structure conveys parameters related to slice segment header and should
be sent once per slice.
For short format, this data structure is not sent by application.
Public Members
uint32_t slice_data_size
uint32_t slice_data_offset
uint32_t slice_data_flag
uint32_t slice_data_byte_offset
uint32_t slice_segment_address
uint8_t[2][15] RefPicList
LongSliceFlags
uint8_t collocated_ref_idx
uint8_t num_ref_idx_l0_active_minus1
uint8_t num_ref_idx_l1_active_minus1
int8_t slice_qp_delta
int8_t slice_cb_qp_offset
int8_t slice_cr_qp_offset
int8_t slice_beta_offset_div2
int8_t slice_tc_offset_div2
uint8_t luma_log2_weight_denom
int8_t delta_chroma_log2_weight_denom
int8_t[15] delta_luma_weight_l0
int8_t[15] luma_offset_l0
int8_t[15][2] delta_chroma_weight_l0
int8_t[15][2] ChromaOffsetL0
int8_t[15] delta_luma_weight_l1
int8_t[15] luma_offset_l1
int8_t[15][2] delta_chroma_weight_l1
int8_t[15][2] ChromaOffsetL1
uint8_t five_minus_max_num_merge_cand
uint16_t num_entry_point_offsets
uint16_t entry_offset_to_subset_array
uint16_t slice_data_num_emu_prevn_bytes
uint32_t[2] va_reserved