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

  /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};
  /external/libjpeg-turbo/
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...]

Completed in 212 milliseconds