Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dbmp.c102 double y=1.0-((double)(srccolptr[tjBlueOffset[srcpf]])/255.); in pixelconvert()
141 dstcolptr[tjBlueOffset[dstpf]]=(unsigned char)(b+0.5); in pixelconvert()
154 dstcolptr[tjBlueOffset[dstpf]]=srccolptr[tjBlueOffset[srcpf]]; in pixelconvert()
Dturbojpeg.h277 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3, -1}; variable
Dtjunittest.c92 int boffset=tjBlueOffset[pf]; in initBuf()
185 int boffset=tjBlueOffset[pf]; in checkBuf()
Dturbojpeg.c1397 RGB_BLUE!=tjBlueOffset[pixelFormat] || in tjDecompress2()
1584 RGB_BLUE!=tjBlueOffset[pixelFormat] || in tjDecodeYUVPlanes()
Dtjbench.c244 int bindex=index2+tjBlueOffset[pf]; in decomp()
/external/libvncserver/common/
Dturbojpeg.h215 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3}; variable
Dturbojpeg.c809 RGB_BLUE!=tjBlueOffset[pixelFormat] || in tjDecompress2()
/external/libvncserver/test/
Dtjunittest.c77 int boffset=tjBlueOffset[pf]; in initBuf()
148 int boffset=tjBlueOffset[pf]; in checkBuf()
Dtjbench.c177 int bindex=index2+tjBlueOffset[pf]; in decomptest()