Searched defs:TJ_NUMSAMP (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h52 #define TJ_NUMSAMP 5 macro
100 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8};
110 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16};
491 #define NUMSUBOPT TJ_NUMSAMP
/external/libjpeg-turbo/
H A Dturbojpeg.h81 #define TJ_NUMSAMP 6 macro
144 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8, 32};
155 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16, 8};
1481 #define NUMSUBOPT TJ_NUMSAMP

Completed in 50 milliseconds