Searched refs:TJ_NUMPF (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libjpeg_turbo/ |
D | turbojpeg.h | 121 #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};
|
D | bmp.c | 112 if(!filename || !buf || !w || !h || dstpf<0 || dstpf>=TJ_NUMPF) in loadbmp() 196 if(!filename || !buf || w<1 || h<1 || srcpf<0 || srcpf>=TJ_NUMPF) in savebmp()
|
D | turbojpeg-jni.c | 113 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() 168 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII() 223 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII() 264 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIII_3BII() 398 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII() 447 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII()
|
D | tjunittest.c | 66 const char *pixFormatStr[TJ_NUMPF]= 72 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0};
|
D | turbojpeg.c | 588 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL in tjCompress2() 700 || pixelFormat>=TJ_NUMPF || dstBuf==NULL || subsamp<0 in tjEncodeYUV2() 955 || height<0 || pixelFormat<0 || pixelFormat>=TJ_NUMPF) in tjDecompress2()
|
D | tjbench.c | 52 const char *pixFormatStr[TJ_NUMPF]=
|