Searched refs:tjGreenOffset (Results 1 – 9 of 9) sorted by relevance
/external/libjpeg-turbo/ |
D | bmp.c | 101 double m=1.0-((double)(srccolptr[tjGreenOffset[srcpf]])/255.); in pixelconvert() 147 dstcolptr[tjGreenOffset[dstpf]]=(unsigned char)(g+0.5); in pixelconvert() 160 dstcolptr[tjGreenOffset[dstpf]]=srccolptr[tjGreenOffset[srcpf]]; in pixelconvert()
|
D | turbojpeg.h | 270 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2, -1}; variable
|
D | tjunittest.c | 91 int goffset=tjGreenOffset[pf]; in initBuf() 184 int goffset=tjGreenOffset[pf]; in checkBuf()
|
D | turbojpeg.c | 1436 RGB_GREEN!=tjGreenOffset[pixelFormat] || in tjDecompress2() 1624 RGB_GREEN!=tjGreenOffset[pixelFormat] || in tjDecodeYUVPlanes()
|
D | tjbench.c | 252 unsigned long gindex=index2+tjGreenOffset[pf]; in decomp()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 208 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2}; variable
|
D | turbojpeg.c | 808 RGB_GREEN!=tjGreenOffset[pixelFormat] || in tjDecompress2()
|
/external/libvncserver/test/ |
D | tjunittest.c | 76 int goffset=tjGreenOffset[pf]; in initBuf() 147 int goffset=tjGreenOffset[pf]; in checkBuf()
|
D | tjbench.c | 176 int gindex=index2+tjGreenOffset[pf]; in decomptest()
|