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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 52 #define TJ_NUMSAMP 5
105 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8};
115 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16};
    [all...]
tjunittest.c 60 const char *subNameLong[TJ_NUMSAMP]=
64 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440"};
544 for(subsamp=0; subsamp<TJ_NUMSAMP; subsamp++)
tjbench.c 56 const char *subNameLong[TJ_NUMSAMP]=
918 if(subsamp>=0 && subsamp<TJ_NUMSAMP)
turbojpeg.c 88 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3};
    [all...]

Completed in 860 milliseconds