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

  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 45 #define HUFFMAN_BITS_SIZE 256
tinyjpeg.c 341 if (count >= HUFFMAN_BITS_SIZE)
342 error("No more than %d bytes is allowed to describe a huffman table", HUFFMAN_BITS_SIZE);

Completed in 277 milliseconds