Searched refs:TJ_NUMPF (Results 1 – 10 of 10) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.h | 116 #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};
|
D | turbojpeg.c | 552 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL in tjCompress2() 762 || height<0 || pixelFormat<0 || pixelFormat>=TJ_NUMPF) in tjDecompress2()
|
/external/libjpeg-turbo/ |
D | turbojpeg.h | 161 #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};
|
D | bmp.c | 172 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()
|
D | turbojpeg-jni.c | 198 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()
|
D | tjunittest.c | 68 const char *pixFormatStr[TJ_NUMPF]= 74 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0, -1};
|
D | turbojpeg.c | 745 || 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()
|
D | tjbench.c | 51 const char *pixFormatStr[TJ_NUMPF]=
|
/external/libvncserver/test/ |
D | tjunittest.c | 56 const char *pixFormatStr[TJ_NUMPF]= 62 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0};
|
D | tjbench.c | 49 const char *pixFormatStr[TJ_NUMPF]= 53 const int bmpPF[TJ_NUMPF]=
|