struct _VASliceParameterBufferHEVCRext

Defined at line 498 of file ../../third_party/intel/libva/va/va_dec_hevc.h

HEVC Extented Slice Parameter Buffer Structure For Long Format

This data structure contains extension profiles (range extension and screen content).

VASliceParameterBufferHEVCRext 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 with VASliceParameterBufferHEVC in a single buffer of

and the buffer type is same as

For short format, this data structure is not sent by application.

Public Members

int16_t[15] luma_offset_l0
int16_t[15][2] ChromaOffsetL0
int16_t[15] luma_offset_l1
int16_t[15][2] ChromaOffsetL1
 slice_ext_flags
int8_t slice_act_y_qp_offset
int8_t slice_act_cb_qp_offset
int8_t slice_act_cr_qp_offset

Records