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

  /external/libvncserver/common/
turbojpeg.h 52 #define TJ_NUMSAMP 5
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/
turbojpeg.h 81 #define TJ_NUMSAMP 6
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};
    [all...]

Completed in 63 milliseconds