Home
last modified time | relevance | path

Searched refs:TJ_NUMSAMP (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.h52 #define TJ_NUMSAMP 5 macro
105 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8};
115 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16};
886 #define NUMSUBOPT TJ_NUMSAMP
Dtjunittest.c60 const char *subNameLong[TJ_NUMSAMP]=
64 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440"};
544 for(subsamp=0; subsamp<TJ_NUMSAMP; subsamp++) in bufSizeTest()
Dtjbench.c56 const char *subNameLong[TJ_NUMSAMP]=
918 if(subsamp>=0 && subsamp<TJ_NUMSAMP) in main()
Dturbojpeg.c88 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3};