Searched refs:TJ_NUMSAMP (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.h | 52 #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
|
D | turbojpeg.c | 97 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3};
|
/external/libvncserver/test/ |
D | tjunittest.c | 50 const char *subNameLong[TJ_NUMSAMP]= 54 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440"}; 387 for(subsamp=0; subsamp<TJ_NUMSAMP; subsamp++) in bufSizeTest()
|
D | tjbench.c | 57 const char *subNameLong[TJ_NUMSAMP]=
|