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

  /external/libjpeg-turbo/
jpeg_nbits_table.h 1 static const unsigned char jpeg_nbits_table[65536] = { variable
    [all...]
jchuff.c 53 #include "jpeg_nbits_table.h"
54 #define JPEG_NBITS(x) (jpeg_nbits_table[x])
    [all...]

Completed in 99 milliseconds