Searched refs:TJ_NUMPF (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.h121 #define TJ_NUMPF 11 macro
205 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1};
213 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2};
220 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3};
225 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4};
H A Dbmp.c112 if(!filename || !buf || !w || !h || dstpf<0 || dstpf>=TJ_NUMPF)
196 if(!filename || !buf || w<1 || h<1 || srcpf<0 || srcpf>=TJ_NUMPF)
H A Dturbojpeg-jni.c113 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF)
168 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF)
223 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF)
264 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF)
398 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF)
447 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF)
H A Dtjunittest.c66 const char *pixFormatStr[TJ_NUMPF]=
72 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0};
H A Dturbojpeg.c588 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL
700 || pixelFormat>=TJ_NUMPF || dstBuf==NULL || subsamp<0
955 || height<0 || pixelFormat<0 || pixelFormat>=TJ_NUMPF)
H A Dtjbench.c52 const char *pixFormatStr[TJ_NUMPF]=

Completed in 2897 milliseconds