Home
last modified time | relevance | path

Searched refs:TJ_NUMPF (Results 1 – 10 of 10) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.h116 #define TJ_NUMPF 11 macro
200 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1};
208 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2};
215 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3};
220 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4};
Dturbojpeg.c552 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL in tjCompress2()
762 || height<0 || pixelFormat<0 || pixelFormat>=TJ_NUMPF) in tjDecompress2()
/external/libjpeg-turbo/
Dturbojpeg.h161 #define TJ_NUMPF 12 macro
262 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1, -1};
270 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2, -1};
277 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3, -1};
282 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4};
Dbmp.c172 if(!filename || !buf || !w || !h || dstpf<0 || dstpf>=TJ_NUMPF) in loadbmp()
256 if(!filename || !buf || w<1 || h<1 || srcpf<0 || srcpf>=TJ_NUMPF) in savebmp()
Dturbojpeg-jni.c198 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in TJCompressor_compress()
375 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF in TJCompressor_encodeYUV()
477 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in TJCompressor_encodeYUV_12()
638 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) in TJDecompressor_decompress()
855 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF in TJDecompressor_decodeYUV()
Dtjunittest.c68 const char *pixFormatStr[TJ_NUMPF]=
74 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0, -1};
Dturbojpeg.c745 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL in tjCompress2()
857 || pixelFormat>=TJ_NUMPF || !dstPlanes || !dstPlanes[0] || subsamp<0 in tjEncodeYUVPlanes()
1351 || height<0 || pixelFormat<0 || pixelFormat>=TJ_NUMPF) in tjDecompress2()
1531 || pixelFormat>=TJ_NUMPF) in tjDecodeYUVPlanes()
Dtjbench.c51 const char *pixFormatStr[TJ_NUMPF]=
/external/libvncserver/test/
Dtjunittest.c56 const char *pixFormatStr[TJ_NUMPF]=
62 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0};
Dtjbench.c49 const char *pixFormatStr[TJ_NUMPF]=
53 const int bmpPF[TJ_NUMPF]=