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

  /external/chromium_org/third_party/libjpeg_turbo/
bmp.c 93 dstptr2[tjRedOffset[dstpf]]=srcptr2[tjRedOffset[srcpf]];
turbojpeg.h 203 * then the red component will be <tt>pixel[tjRedOffset[TJ_BGRX]]</tt>.
205 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1};
    [all...]
tjunittest.c 88 int roffset=tjRedOffset[pf];
159 int roffset=tjRedOffset[pf];
tjbench.c 208 int rindex=index2+tjRedOffset[pf];
turbojpeg.c 999 (RGB_RED!=tjRedOffset[pixelFormat] ||
    [all...]

Completed in 509 milliseconds