OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GETJSAMPLE
(Results
1 - 17
of
17
) sorted by null
/external/jpeg/
jcsample.c
99
pixval = ptr[-1]; /* don't need
GETJSAMPLE
() here */
170
outvalue += (INT32)
GETJSAMPLE
(*inptr++);
233
*outptr++ = (JSAMPLE) ((
GETJSAMPLE
(*inptr) +
GETJSAMPLE
(inptr[1])
272
*outptr++ = (JSAMPLE) ((
GETJSAMPLE
(*inptr0) +
GETJSAMPLE
(inptr0[1]) +
273
GETJSAMPLE
(*inptr1) +
GETJSAMPLE
(inptr1[1])
333
membersum =
GETJSAMPLE
(*inptr0) +
GETJSAMPLE
(inptr0[1])
[
all
...]
jdcolor.c
164
y =
GETJSAMPLE
(inptr0[col]);
165
cb =
GETJSAMPLE
(inptr1[col]);
166
cr =
GETJSAMPLE
(inptr2[col]);
205
y =
GETJSAMPLE
(inptr0[col]);
206
cb =
GETJSAMPLE
(inptr1[col]);
207
cr =
GETJSAMPLE
(inptr2[col]);
249
y =
GETJSAMPLE
(*inptr0++);
250
cb =
GETJSAMPLE
(*inptr1++);
251
cr =
GETJSAMPLE
(*inptr2++);
261
y =
GETJSAMPLE
(*inptr0++)
[
all
...]
jcdctmgr.c
205
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
206
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
207
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
208
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
209
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
210
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
211
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
212
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
216
*workspaceptr++ =
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE;
295
*workspaceptr++ = (FAST_FLOAT)(
GETJSAMPLE
(*elemptr++) - CENTERJSAMPLE)
[
all
...]
jdmerge.c
275
cb =
GETJSAMPLE
(*inptr1++);
276
cr =
GETJSAMPLE
(*inptr2++);
281
y =
GETJSAMPLE
(*inptr0++);
286
y =
GETJSAMPLE
(*inptr0++);
294
cb =
GETJSAMPLE
(*inptr1);
295
cr =
GETJSAMPLE
(*inptr2);
299
y =
GETJSAMPLE
(*inptr0);
336
cb =
GETJSAMPLE
(*inptr1++);
337
cr =
GETJSAMPLE
(*inptr2++);
342
y =
GETJSAMPLE
(*inptr0++)
[
all
...]
jmorecfg.h
76
* You can use a signed char by having
GETJSAMPLE
mask it with 0xFF.
82
#define
GETJSAMPLE
(value) ((int) (value))
88
#define
GETJSAMPLE
(value) ((int) (value))
90
#define
GETJSAMPLE
(value) ((int) (value) & 0xFF)
107
#define
GETJSAMPLE
(value) ((int) (value))
wrtarga.c
111
outptr[0] = (char)
GETJSAMPLE
(inptr[2]); /* RGB to BGR order */
112
outptr[1] = (char)
GETJSAMPLE
(inptr[1]);
113
outptr[2] = (char)
GETJSAMPLE
(inptr[0]);
132
*outptr++ = (char)
GETJSAMPLE
(*inptr++);
156
*outptr++ = (char)
GETJSAMPLE
(color_map0[
GETJSAMPLE
(*inptr++)]);
191
putc(
GETJSAMPLE
(cinfo->colormap[2][i]), outfile);
192
putc(
GETJSAMPLE
(cinfo->colormap[1][i]), outfile);
193
putc(
GETJSAMPLE
(cinfo->colormap[0][i]), outfile);
jquant1.c
478
pixcode +=
GETJSAMPLE
(colorindex[ci][
GETJSAMPLE
(*ptrin++)]);
505
pixcode =
GETJSAMPLE
(colorindex0[
GETJSAMPLE
(*ptrin++)]);
506
pixcode +=
GETJSAMPLE
(colorindex1[
GETJSAMPLE
(*ptrin++)]);
507
pixcode +=
GETJSAMPLE
(colorindex2[
GETJSAMPLE
(*ptrin++)]);
551
*output_ptr += colorindex_ci[
GETJSAMPLE
(*input_ptr)+dither[col_index]];
594
pixcode =
GETJSAMPLE
(colorindex0[GETJSAMPLE(*input_ptr++)
[
all
...]
jdsample.c
211
invalue = *inptr++; /* don't need
GETJSAMPLE
() here */
247
invalue = *inptr++; /* don't need
GETJSAMPLE
() here */
276
invalue = *inptr++; /* don't need
GETJSAMPLE
() here */
317
invalue =
GETJSAMPLE
(*inptr++);
319
*outptr++ = (JSAMPLE) ((invalue * 3 +
GETJSAMPLE
(*inptr) + 2) >> 2);
323
invalue =
GETJSAMPLE
(*inptr++) * 3;
324
*outptr++ = (JSAMPLE) ((invalue +
GETJSAMPLE
(inptr[-2]) + 1) >> 2);
325
*outptr++ = (JSAMPLE) ((invalue +
GETJSAMPLE
(*inptr) + 2) >> 2);
329
invalue =
GETJSAMPLE
(*inptr);
330
*outptr++ = (JSAMPLE) ((invalue * 3 +
GETJSAMPLE
(inptr[-1]) + 1) >> 2)
[
all
...]
wrppm.c
116
PUTPPMSAMPLE(bufferptr,
GETJSAMPLE
(*ptr++));
143
pixval =
GETJSAMPLE
(*ptr++);
144
PUTPPMSAMPLE(bufferptr,
GETJSAMPLE
(color_map0[pixval]));
145
PUTPPMSAMPLE(bufferptr,
GETJSAMPLE
(color_map1[pixval]));
146
PUTPPMSAMPLE(bufferptr,
GETJSAMPLE
(color_map2[pixval]));
165
PUTPPMSAMPLE(bufferptr,
GETJSAMPLE
(color_map[
GETJSAMPLE
(*ptr++)]));
jquant2.c
239
histp = & histogram[
GETJSAMPLE
(ptr[0]) >> C0_SHIFT]
240
[
GETJSAMPLE
(ptr[1]) >> C1_SHIFT]
241
[
GETJSAMPLE
(ptr[2]) >> C2_SHIFT];
689
x =
GETJSAMPLE
(cinfo->colormap[0][i]);
712
x =
GETJSAMPLE
(cinfo->colormap[1][i]);
734
x =
GETJSAMPLE
(cinfo->colormap[2][i]);
812
icolor =
GETJSAMPLE
(colorlist[i]);
814
inc0 = (minc0 -
GETJSAMPLE
(cinfo->colormap[0][icolor])) * C0_SCALE;
816
inc1 = (minc1 -
GETJSAMPLE
(cinfo->colormap[1][icolor])) * C1_SCALE;
818
inc2 = (minc2 -
GETJSAMPLE
(cinfo->colormap[2][icolor])) * C2_SCALE
[
all
...]
jccolor.c
151
r =
GETJSAMPLE
(inptr[RGB_RED]);
152
g =
GETJSAMPLE
(inptr[RGB_GREEN]);
153
b =
GETJSAMPLE
(inptr[RGB_BLUE]);
205
r =
GETJSAMPLE
(inptr[RGB_RED]);
206
g =
GETJSAMPLE
(inptr[RGB_GREEN]);
207
b =
GETJSAMPLE
(inptr[RGB_BLUE]);
247
r = MAXJSAMPLE -
GETJSAMPLE
(inptr[0]);
248
g = MAXJSAMPLE -
GETJSAMPLE
(inptr[1]);
249
b = MAXJSAMPLE -
GETJSAMPLE
(inptr[2]);
251
outptr3[col] = inptr[3]; /* don't need
GETJSAMPLE
here *
[
all
...]
rdcolmap.c
56
if (
GETJSAMPLE
(colormap0[index]) == R &&
57
GETJSAMPLE
(colormap1[index]) == G &&
58
GETJSAMPLE
(colormap2[index]) == B)
wrrle.c
126
GETJSAMPLE
(cinfo->colormap[ci][i]) << 8;
245
*red++ =
GETJSAMPLE
(*output_row++);
246
*green++ =
GETJSAMPLE
(*output_row++);
247
*blue++ =
GETJSAMPLE
(*output_row++);
wrbmp.c
93
outptr[2] = *inptr++; /* can omit
GETJSAMPLE
() safely */
126
*outptr++ = *inptr++; /* can omit
GETJSAMPLE
() safely */
304
putc(
GETJSAMPLE
(colormap[2][i]), outfile);
305
putc(
GETJSAMPLE
(colormap[1][i]), outfile);
306
putc(
GETJSAMPLE
(colormap[0][i]), outfile);
313
putc(
GETJSAMPLE
(colormap[0][i]), outfile);
314
putc(
GETJSAMPLE
(colormap[0][i]), outfile);
315
putc(
GETJSAMPLE
(colormap[0][i]), outfile);
371
putc(
GETJSAMPLE
(*data_ptr), outfile);
wrgif.c
265
putc(
GETJSAMPLE
(colormap[0][i]) >> cshift, dinfo->pub.output_file);
266
putc(
GETJSAMPLE
(colormap[1][i]) >> cshift, dinfo->pub.output_file);
267
putc(
GETJSAMPLE
(colormap[2][i]) >> cshift, dinfo->pub.output_file);
270
put_3bytes(dinfo,
GETJSAMPLE
(colormap[0][i]) >> cshift);
328
compress_pixel(dest,
GETJSAMPLE
(*ptr++));
rdrle.c
220
val =
GETJSAMPLE
(*src_row++);
298
(colormap[
GETJSAMPLE
(rle_row[channel][col]) + 256 * channel] >> 8);
rdbmp.c
139
t =
GETJSAMPLE
(*inptr++);
140
*outptr++ = colormap[0][t]; /* can omit
GETJSAMPLE
() safely */
170
outptr[2] = *inptr++; /* can omit
GETJSAMPLE
() safely */
Completed in 1512 milliseconds