Searched defs:tjBlueOffset (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h213 * 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}; variable
/external/libjpeg-turbo/
H A Dturbojpeg.h275 * 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}; variable

Completed in 234 milliseconds