Home
last modified time | relevance | path

Searched refs:tjGreenOffset (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Dbmp.c101 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()
Dturbojpeg.h270 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2, -1}; variable
Dtjunittest.c91 int goffset=tjGreenOffset[pf]; in initBuf()
184 int goffset=tjGreenOffset[pf]; in checkBuf()
Dturbojpeg.c1436 RGB_GREEN!=tjGreenOffset[pixelFormat] || in tjDecompress2()
1624 RGB_GREEN!=tjGreenOffset[pixelFormat] || in tjDecodeYUVPlanes()
Dtjbench.c252 unsigned long gindex=index2+tjGreenOffset[pf]; in decomp()
/external/libvncserver/common/
Dturbojpeg.h208 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2}; variable
Dturbojpeg.c808 RGB_GREEN!=tjGreenOffset[pixelFormat] || in tjDecompress2()
/external/libvncserver/test/
Dtjunittest.c76 int goffset=tjGreenOffset[pf]; in initBuf()
147 int goffset=tjGreenOffset[pf]; in checkBuf()
Dtjbench.c176 int gindex=index2+tjGreenOffset[pf]; in decomptest()