Searched refs:TJ_NUMSAMP (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libjpeg_turbo/ |
D | turbojpeg.h | 52 #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
|
D | 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++) in bufSizeTest()
|
D | tjbench.c | 56 const char *subNameLong[TJ_NUMSAMP]= 918 if(subsamp>=0 && subsamp<TJ_NUMSAMP) in main()
|
D | turbojpeg.c | 88 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3};
|