struct _VAIQMatrixBufferHEVC
Defined at line 561 of file ../../third_party/intel/libva/va/va_dec_hevc.h
HEVC Inverse Quantization Matrix Buffer Structure
This structure is sent once per frame,
and only when scaling_list_enabled_flag = 1.
When sps_scaling_list_data_present_flag = 0, app still
needs to send in this structure with default matrix values.
Matrix entries are in raster scan order which follows HEVC spec.
Public Members
uint8_t[6][16] ScalingList4x4
uint8_t[6][64] ScalingList8x8
uint8_t[6][64] ScalingList16x16
uint8_t[2][64] ScalingList32x32
uint8_t[6] ScalingListDC16x16
uint8_t[2] ScalingListDC32x32
uint32_t[4] va_reserved