OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjRedOffset
(Results
1 - 11
of
11
) sorted by null
/external/libjpeg-turbo/doc/html/search/
variables_74.js
8
['
tjredoffset
',['
tjRedOffset
',['../group___turbo_j_p_e_g.html#gadd9b446742ac8a3923f7992c7988fea8',1,'turbojpeg.h']]]
all_74.js
62
['
tjredoffset
',['
tjRedOffset
',['../group___turbo_j_p_e_g.html#gadd9b446742ac8a3923f7992c7988fea8',1,'turbojpeg.h']]],
/external/libjpeg-turbo/
bmp.c
100
double c=1.0-((double)(srccolptr[
tjRedOffset
[srcpf]])/255.);
139
dstcolptr[
tjRedOffset
[dstpf]]=(unsigned char)(r+0.5);
152
dstcolptr[
tjRedOffset
[dstpf]]=srccolptr[
tjRedOffset
[srcpf]];
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
...]
tjunittest.c
90
int roffset=
tjRedOffset
[pf];
183
int roffset=
tjRedOffset
[pf];
turbojpeg.c
[
all
...]
tjbench.c
242
int rindex=index2+
tjRedOffset
[pf];
/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};
turbojpeg.c
807
(RGB_RED!=
tjRedOffset
[pixelFormat] ||
/external/libvncserver/test/
tjunittest.c
75
int roffset=
tjRedOffset
[pf];
146
int roffset=
tjRedOffset
[pf];
tjbench.c
175
int rindex=index2+
tjRedOffset
[pf];
Completed in 54 milliseconds