struct _VAHuffmanTableBufferJPEGBaseline

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

Huffman table for JPEG decoding.

********************************

JPEG common data structures

********************************

This structure holds the complete Huffman tables. This is an

aggregation of all Huffman table (DHT) segments maintained by the

application. i.e. up to 2 Huffman tables are stored in there for

baseline profile.

The #load_huffman_table array can be used as a hint to notify the

VA driver implementation about which table(s) actually changed

since the last submission of this buffer.

Public Members

uint8_t[2] load_huffman_table
struct (unnamed at ../../third_party/intel/libva/va/va.h:2949:5)[2] huffman_table
uint32_t[4] va_reserved

Records