HomeSort by relevance Sort by last modified time
    Searched refs:HUFFMAN_TABLES (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 47 #define HUFFMAN_TABLES 4
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];
tinyjpeg.c 343 if ( (index &0xf) >= HUFFMAN_TABLES)
344 error("No more than %d Huffman tables is supported (got %d)\n", HUFFMAN_TABLES, index&0xf);

Completed in 68 milliseconds