HomeSort by relevance Sort by last modified time
    Searched refs:tjBlueOffset (Results 1 - 11 of 11) sorted by null

  /external/libjpeg-turbo/doc/html/search/
variables_74.js 3 ['tjblueoffset',['tjBlueOffset',['../group___turbo_j_p_e_g.html#ga84e2e35d3f08025f976ec1ec53693dea',1,'turbojpeg.h']]],
all_74.js 8 ['tjblueoffset',['tjBlueOffset',['../group___turbo_j_p_e_g.html#ga84e2e35d3f08025f976ec1ec53693dea',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
bmp.c 102 double y=1.0-((double)(srccolptr[tjBlueOffset[srcpf]])/255.);
141 dstcolptr[tjBlueOffset[dstpf]]=(unsigned char)(b+0.5);
154 dstcolptr[tjBlueOffset[dstpf]]=srccolptr[tjBlueOffset[srcpf]];
turbojpeg.h 275 * then the blue component will be <tt>pixel[tjBlueOffset[TJ_BGRX]]</tt>.
277 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3, -1};
    [all...]
tjunittest.c 92 int boffset=tjBlueOffset[pf];
185 int boffset=tjBlueOffset[pf];
turbojpeg.c     [all...]
tjbench.c 244 int bindex=index2+tjBlueOffset[pf];
  /external/libvncserver/common/
turbojpeg.h 213 * then the blue component will be <tt>pixel[tjBlueOffset[TJ_BGRX]]</tt>.
215 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3};
turbojpeg.c 809 RGB_BLUE!=tjBlueOffset[pixelFormat] ||
  /external/libvncserver/test/
tjunittest.c 77 int boffset=tjBlueOffset[pf];
148 int boffset=tjBlueOffset[pf];
tjbench.c 177 int bindex=index2+tjBlueOffset[pf];

Completed in 56 milliseconds