Searched refs:TJ_NUMSAMP (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 81 #define TJ_NUMSAMP 6 macro 143 static const int tjMCUWidth[TJ_NUMSAMP] = { 8, 16, 16, 8, 8, 32 }; 154 static const int tjMCUHeight[TJ_NUMSAMP] = { 8, 8, 16, 8, 16, 8 }; 1680 #define NUMSUBOPT TJ_NUMSAMP
|
D | tjunittest.c | 74 const char *subNameLong[TJ_NUMSAMP] = { 77 const char *subName[TJ_NUMSAMP] = { 565 for (subsamp = 0; subsamp < TJ_NUMSAMP; subsamp++) { in bufSizeTest()
|
D | tjbench.c | 83 const char *subNameLong[TJ_NUMSAMP] = { 89 const char *subName[TJ_NUMSAMP] = { 989 if (subsamp >= 0 && subsamp < TJ_NUMSAMP) { in main()
|
D | tjexample.c | 60 const char *subsampName[TJ_NUMSAMP] = {
|
D | turbojpeg-jni.c | 330 if (org_libjpegturbo_turbojpeg_TJ_NUMSAMP != TJ_NUMSAMP) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 408 org_libjpegturbo_turbojpeg_TJ_NUMSAMP != TJ_NUMSAMP) in TJCompressor_encodeYUV() 886 org_libjpegturbo_turbojpeg_TJ_NUMSAMP != TJ_NUMSAMP) in TJDecompressor_decodeYUV()
|
D | turbojpeg.c | 114 static const int pixelsize[TJ_NUMSAMP] = { 3, 3, 3, 1, 3, 3 }; 564 if (width < 1 || subsamp < 0 || subsamp >= TJ_NUMSAMP) in tjPlaneWidth() 585 if (height < 1 || subsamp < 0 || subsamp >= TJ_NUMSAMP) in tjPlaneHeight()
|