Searched refs:tjBlueOffset (Results 1 – 9 of 9) sorted by relevance
/external/libjpeg-turbo/ |
D | bmp.c | 102 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()
|
D | turbojpeg.h | 277 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3, -1}; variable
|
D | tjunittest.c | 92 int boffset=tjBlueOffset[pf]; in initBuf() 185 int boffset=tjBlueOffset[pf]; in checkBuf()
|
D | turbojpeg.c | 1397 RGB_BLUE!=tjBlueOffset[pixelFormat] || in tjDecompress2() 1584 RGB_BLUE!=tjBlueOffset[pixelFormat] || in tjDecodeYUVPlanes()
|
D | tjbench.c | 244 int bindex=index2+tjBlueOffset[pf]; in decomp()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 215 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3}; variable
|
D | turbojpeg.c | 809 RGB_BLUE!=tjBlueOffset[pixelFormat] || in tjDecompress2()
|
/external/libvncserver/test/ |
D | tjunittest.c | 77 int boffset=tjBlueOffset[pf]; in initBuf() 148 int boffset=tjBlueOffset[pf]; in checkBuf()
|
D | tjbench.c | 177 int bindex=index2+tjBlueOffset[pf]; in decomptest()
|