Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.h82 #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 };
1692 #define NUMSUBOPT TJ_NUMSAMP
Dtjbench.c86 static const char *subNameLong[TJ_NUMSAMP] = {
92 static const char *subName[TJ_NUMSAMP] = {
1026 if (subsamp >= 0 && subsamp < TJ_NUMSAMP) { in main()
Dtjunittest.c76 static const char *subNameLong[TJ_NUMSAMP] = {
79 static const char *subName[TJ_NUMSAMP] = {
620 for (subsamp = 0; subsamp < TJ_NUMSAMP; subsamp++) { in bufSizeTest()
Dturbojpeg-jni.c340 if (org_libjpegturbo_turbojpeg_TJ_NUMSAMP != TJ_NUMSAMP) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
424 org_libjpegturbo_turbojpeg_TJ_NUMSAMP != TJ_NUMSAMP) in TJCompressor_encodeYUV()
923 org_libjpegturbo_turbojpeg_TJ_NUMSAMP != TJ_NUMSAMP) in TJDecompressor_decodeYUV()
Dturbojpeg.c141 static const int pixelsize[TJ_NUMSAMP] = { 3, 3, 3, 1, 3, 3 };
603 if (width < 1 || subsamp < 0 || subsamp >= TJ_NUMSAMP) in tjPlaneWidth()
624 if (height < 1 || subsamp < 0 || subsamp >= TJ_NUMSAMP) in tjPlaneHeight()