/external/libvncserver/common/ |
turbojpeg.h | 116 #define TJ_NUMPF 11 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};
|
turbojpeg.c | 552 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL 762 || height<0 || pixelFormat<0 || pixelFormat>=TJ_NUMPF)
|
/external/libjpeg-turbo/ |
turbojpeg.h | 161 #define TJ_NUMPF 12 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}; [all...] |
bmp.c | 172 if(!filename || !buf || !w || !h || dstpf<0 || dstpf>=TJ_NUMPF) 256 if(!filename || !buf || w<1 || h<1 || srcpf<0 || srcpf>=TJ_NUMPF)
|
turbojpeg-jni.c | 198 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) 375 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF 477 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) 638 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF) 855 if(org_libjpegturbo_turbojpeg_TJ_NUMPF!=TJ_NUMPF [all...] |
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};
|
turbojpeg.c | 745 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL 857 || pixelFormat>=TJ_NUMPF || !dstPlanes || !dstPlanes[0] || subsamp<0 [all...] |
tjbench.c | 51 const char *pixFormatStr[TJ_NUMPF]=
|
/external/libvncserver/test/ |
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};
|
tjbench.c | 49 const char *pixFormatStr[TJ_NUMPF]= 53 const int bmpPF[TJ_NUMPF]=
|
/external/libjpeg-turbo/doc/html/search/ |
all_74.js | 4 ['tj_5fnumpf',['TJ_NUMPF',['../group___turbo_j_p_e_g.html#ga7010a4402f54a45ba822ad8675a4655e',1,'turbojpeg.h']]],
|