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

  /external/chromium_org/third_party/libjpeg_turbo/
bmp.c 95 dstptr2[tjBlueOffset[dstpf]]=srcptr2[tjBlueOffset[srcpf]];
turbojpeg.h 218 * then the blue component will be <tt>pixel[tjBlueOffset[TJ_BGRX]]</tt>.
220 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3};
    [all...]
tjunittest.c 90 int boffset=tjBlueOffset[pf];
161 int boffset=tjBlueOffset[pf];
tjbench.c 210 int bindex=index2+tjBlueOffset[pf];
turbojpeg.c 1001 RGB_BLUE!=tjBlueOffset[pixelFormat] ||
    [all...]

Completed in 99 milliseconds