Searched refs:HUFFMAN_TABLES (Results 1 – 2 of 2) sorted by relevance
47 #define HUFFMAN_TABLES 4 macro111 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];
343 if ( (index &0xf) >= HUFFMAN_TABLES) in parse_DHT()344 error("No more than %d Huffman tables is supported (got %d)\n", HUFFMAN_TABLES, index&0xf); in parse_DHT()