Home
last modified time | relevance | path

Searched refs:HUFFMAN_TABLES (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg-internal.h49 #define HUFFMAN_TABLES 4 macro
102 struct huffman_table HTDC[HUFFMAN_TABLES]; /* DC huffman tables */
103 struct huffman_table HTAC[HUFFMAN_TABLES]; /* AC huffman tables */
Dtinyjpeg.c633 if ( (index &0xf) >= HUFFMAN_TABLES) in parse_DHT()
634 error("No more than %d Huffman tables is supported (got %d)\n", HUFFMAN_TABLES, index&0xf); in parse_DHT()