Searched refs:TJ_NUMPF (Results 1 – 4 of 4) 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 | 548 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL in tjCompress2() 758 || height<0 || pixelFormat<0 || pixelFormat>=TJ_NUMPF) in tjDecompress2()
|
/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]=
|