Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.h52 #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
Dturbojpeg.c97 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3};
/external/libjpeg-turbo/
Dturbojpeg.h81 #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
Dtjunittest.c62 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()
Dtjbench.c55 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()
Dturbojpeg-jni.c303 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()
Dturbojpeg.c101 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/
Dtjunittest.c50 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()
Dtjbench.c57 const char *subNameLong[TJ_NUMSAMP]=