Searched refs:TJ_NUMSAMP (Results 1 – 9 of 9) 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/libjpeg-turbo/ |
D | turbojpeg.h | 81 #define TJ_NUMSAMP 6 macro 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}; 1481 #define NUMSUBOPT TJ_NUMSAMP
|
D | tjunittest.c | 62 const char *subNameLong[TJ_NUMSAMP]= 66 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440", "411"}; 640 for(subsamp=0; subsamp<TJ_NUMSAMP; subsamp++) in bufSizeTest()
|
D | tjbench.c | 55 const char *subNameLong[TJ_NUMSAMP]= 63 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440", "411"}; 985 if(subsamp>=0 && subsamp<TJ_NUMSAMP) in main()
|
D | turbojpeg-jni.c | 303 if(org_libjpegturbo_turbojpeg_TJ_NUMSAMP!=TJ_NUMSAMP) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 381 || org_libjpegturbo_turbojpeg_TJ_NUMSAMP!=TJ_NUMSAMP) in TJCompressor_encodeYUV() 864 || org_libjpegturbo_turbojpeg_TJ_NUMSAMP!=TJ_NUMSAMP) in TJDecompressor_decodeYUV()
|
D | turbojpeg.c | 101 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3, 3}; 703 if(width<1 || subsamp<0 || subsamp>=TJ_NUMSAMP) in tjPlaneWidth() 724 if(height<1 || subsamp<0 || subsamp>=TJ_NUMSAMP) in tjPlaneHeight()
|
/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]=
|