Searched refs:tjRedOffset (Results 1 – 9 of 9) sorted by relevance
/external/libjpeg-turbo/ |
D | bmp.c | 100 double c=1.0-((double)(srccolptr[tjRedOffset[srcpf]])/255.); in pixelconvert() 139 dstcolptr[tjRedOffset[dstpf]]=(unsigned char)(r+0.5); in pixelconvert() 152 dstcolptr[tjRedOffset[dstpf]]=srccolptr[tjRedOffset[srcpf]]; in pixelconvert()
|
D | turbojpeg.h | 262 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1, -1}; variable
|
D | tjunittest.c | 90 int roffset=tjRedOffset[pf]; in initBuf() 183 int roffset=tjRedOffset[pf]; in checkBuf()
|
D | tjbench.c | 242 int rindex=index2+tjRedOffset[pf]; in decomp()
|
D | turbojpeg.c | 1395 (RGB_RED!=tjRedOffset[pixelFormat] || in tjDecompress2() 1582 (RGB_RED!=tjRedOffset[pixelFormat] || in tjDecodeYUVPlanes()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 200 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1}; variable
|
D | turbojpeg.c | 807 (RGB_RED!=tjRedOffset[pixelFormat] || in tjDecompress2()
|
/external/libvncserver/test/ |
D | tjunittest.c | 75 int roffset=tjRedOffset[pf]; in initBuf() 146 int roffset=tjRedOffset[pf]; in checkBuf()
|
D | tjbench.c | 175 int rindex=index2+tjRedOffset[pf]; in decomptest()
|