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

/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.h121 #define TJ_NUMPF 11 macro
205 static const int tjRedOffset[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1};
213 static const int tjGreenOffset[TJ_NUMPF] = {1, 1, 1, 1, 2, 2, 0, 1, 1, 2, 2};
220 static const int tjBlueOffset[TJ_NUMPF] = {2, 0, 2, 0, 1, 3, 0, 2, 0, 1, 3};
225 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4};

Completed in 297 milliseconds