Searched defs:HUFFMAN_TABLES (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg-internal.h47 #define HUFFMAN_TABLES 4 macro
111 struct huffman_table HTDC[HUFFMAN_TABLES]; /* DC huffman tables */
112 unsigned char HTDC_valid[HUFFMAN_TABLES];
113 struct huffman_table HTAC[HUFFMAN_TABLES]; /* AC huffman tables */
114 unsigned char HTAC_valid[HUFFMAN_TABLES];

Completed in 27 milliseconds