OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tjRedOffset
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/common/
turbojpeg.h
198
* then the red component will be <tt>pixel[
tjRedOffset
[TJ_BGRX]]</tt>.
200
static const int
tjRedOffset
[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1};
/external/libjpeg-turbo/
turbojpeg.h
260
* then the red component will be <tt>pixel[
tjRedOffset
[TJ_BGRX]]</tt>.
262
static const int
tjRedOffset
[TJ_NUMPF] = {0, 2, 0, 2, 3, 1, 0, 0, 2, 3, 1, -1};
[
all
...]
Completed in 8169 milliseconds