Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.h81 #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
Dtjunittest.c74 const char *subNameLong[TJ_NUMSAMP] = {
77 const char *subName[TJ_NUMSAMP] = {
565 for (subsamp = 0; subsamp < TJ_NUMSAMP; subsamp++) { in bufSizeTest()
Dtjbench.c83 const char *subNameLong[TJ_NUMSAMP] = {
89 const char *subName[TJ_NUMSAMP] = {
989 if (subsamp >= 0 && subsamp < TJ_NUMSAMP) { in main()
Dtjexample.c60 const char *subsampName[TJ_NUMSAMP] = {
Dturbojpeg-jni.c330 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()
Dturbojpeg.c114 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()