VA-API
2.22.0
|
#include <va.h>
Public Attributes | |
int32_t | load_intra_quant_mat |
int32_t | load_non_intra_quant_mat |
uint8_t | intra_quant_mat [64] |
uint8_t | non_intra_quant_mat [64] |
uint32_t | va_reserved [VA_PADDING_LOW] |
Reserved bytes for future use, must be zero. | |
MPEG-4 Inverse Quantization Matrix Buffer
uint8_t VAIQMatrixBufferMPEG4::intra_quant_mat[64] |
The matrix for intra blocks, in zig-zag scan order.
int32_t VAIQMatrixBufferMPEG4::load_intra_quant_mat |
Same as the MPEG-4:2 bitstream syntax element.
int32_t VAIQMatrixBufferMPEG4::load_non_intra_quant_mat |
Same as the MPEG-4:2 bitstream syntax element.
uint8_t VAIQMatrixBufferMPEG4::non_intra_quant_mat[64] |
The matrix for non-intra blocks, in zig-zag scan order.