Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dbmp.c100 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()
Dturbojpeg.h262 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1, -1}; variable
Dtjunittest.c90 int roffset=tjRedOffset[pf]; in initBuf()
183 int roffset=tjRedOffset[pf]; in checkBuf()
Dtjbench.c242 int rindex=index2+tjRedOffset[pf]; in decomp()
Dturbojpeg.c1395 (RGB_RED!=tjRedOffset[pixelFormat] || in tjDecompress2()
1582 (RGB_RED!=tjRedOffset[pixelFormat] || in tjDecodeYUVPlanes()
/external/libvncserver/common/
Dturbojpeg.h200 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1}; variable
Dturbojpeg.c807 (RGB_RED!=tjRedOffset[pixelFormat] || in tjDecompress2()
/external/libvncserver/test/
Dtjunittest.c75 int roffset=tjRedOffset[pf]; in initBuf()
146 int roffset=tjRedOffset[pf]; in checkBuf()
Dtjbench.c175 int rindex=index2+tjRedOffset[pf]; in decomptest()