VA-API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Public Attributes | List of all members
VAIQMatrixBufferMPEG4 Struct Reference

#include <va.h>

Public Attributes

int load_intra_quant_mat
 
int load_non_intra_quant_mat
 
unsigned char intra_quant_mat [64]
 
unsigned char non_intra_quant_mat [64]
 

Detailed Description

MPEG-4 Inverse Quantization Matrix Buffer

Member Data Documentation

unsigned char VAIQMatrixBufferMPEG4::intra_quant_mat[64]

The matrix for intra blocks, in zig-zag scan order.

int VAIQMatrixBufferMPEG4::load_intra_quant_mat

Same as the MPEG-4:2 bitstream syntax element.

int VAIQMatrixBufferMPEG4::load_non_intra_quant_mat

Same as the MPEG-4:2 bitstream syntax element.

unsigned char VAIQMatrixBufferMPEG4::non_intra_quant_mat[64]

The matrix for non-intra blocks, in zig-zag scan order.


The documentation for this struct was generated from the following file: