HomeSort by relevance Sort by last modified time
    Searched refs:GETJSAMPLE (Results 1 - 25 of 29) sorted by null

1 2

  /external/libjpeg-turbo/
jcsample.c 106 pixval = ptr[-1]; /* don't need GETJSAMPLE() here */
177 outvalue += (JLONG) GETJSAMPLE(*inptr++);
240 *outptr++ = (JSAMPLE) ((GETJSAMPLE(*inptr) + GETJSAMPLE(inptr[1])
279 *outptr++ = (JSAMPLE) ((GETJSAMPLE(*inptr0) + GETJSAMPLE(inptr0[1]) +
280 GETJSAMPLE(*inptr1) + GETJSAMPLE(inptr1[1])
340 membersum = GETJSAMPLE(*inptr0) + GETJSAMPLE(inptr0[1])
    [all...]
jdcol565.c 48 y = GETJSAMPLE(*inptr0++);
49 cb = GETJSAMPLE(*inptr1++);
50 cr = GETJSAMPLE(*inptr2++);
61 y = GETJSAMPLE(*inptr0++);
62 cb = GETJSAMPLE(*inptr1++);
63 cr = GETJSAMPLE(*inptr2++);
70 y = GETJSAMPLE(*inptr0++);
71 cb = GETJSAMPLE(*inptr1++);
72 cr = GETJSAMPLE(*inptr2++);
83 y = GETJSAMPLE(*inptr0)
    [all...]
jdmrgext.c 50 cb = GETJSAMPLE(*inptr1++);
51 cr = GETJSAMPLE(*inptr2++);
56 y = GETJSAMPLE(*inptr0++);
64 y = GETJSAMPLE(*inptr0++);
75 cb = GETJSAMPLE(*inptr1);
76 cr = GETJSAMPLE(*inptr2);
80 y = GETJSAMPLE(*inptr0);
125 cb = GETJSAMPLE(*inptr1++);
126 cr = GETJSAMPLE(*inptr2++);
131 y = GETJSAMPLE(*inptr00++)
    [all...]
jccolext.c 51 r = GETJSAMPLE(inptr[RGB_RED]);
52 g = GETJSAMPLE(inptr[RGB_GREEN]);
53 b = GETJSAMPLE(inptr[RGB_BLUE]);
106 r = GETJSAMPLE(inptr[RGB_RED]);
107 g = GETJSAMPLE(inptr[RGB_GREEN]);
108 b = GETJSAMPLE(inptr[RGB_BLUE]);
142 outptr0[col] = GETJSAMPLE(inptr[RGB_RED]);
143 outptr1[col] = GETJSAMPLE(inptr[RGB_GREEN]);
144 outptr2[col] = GETJSAMPLE(inptr[RGB_BLUE]);
jdmrg565.c 47 cb = GETJSAMPLE(*inptr1++);
48 cr = GETJSAMPLE(*inptr2++);
54 y = GETJSAMPLE(*inptr0++);
60 y = GETJSAMPLE(*inptr0++);
72 cb = GETJSAMPLE(*inptr1);
73 cr = GETJSAMPLE(*inptr2);
77 y = GETJSAMPLE(*inptr0);
119 cb = GETJSAMPLE(*inptr1++);
120 cr = GETJSAMPLE(*inptr2++);
126 y = GETJSAMPLE(*inptr0++)
    [all...]
jmorecfg.h 46 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
52 #define GETJSAMPLE(value) ((int) (value))
58 #define GETJSAMPLE(value) ((int) (value))
60 #define GETJSAMPLE(value) ((int) (value) & 0xFF)
77 #define GETJSAMPLE(value) ((int) (value))
wrtarga.c 105 outptr[0] = (char) GETJSAMPLE(inptr[2]); /* RGB to BGR order */
106 outptr[1] = (char) GETJSAMPLE(inptr[1]);
107 outptr[2] = (char) GETJSAMPLE(inptr[0]);
126 *outptr++ = (char) GETJSAMPLE(*inptr++);
150 *outptr++ = (char) GETJSAMPLE(color_map0[GETJSAMPLE(*inptr++)]);
185 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
186 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
187 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
jdsample.c 181 invalue = *inptr++; /* don't need GETJSAMPLE() here */
217 invalue = *inptr++; /* don't need GETJSAMPLE() here */
246 invalue = *inptr++; /* don't need GETJSAMPLE() here */
287 invalue = GETJSAMPLE(*inptr++);
289 *outptr++ = (JSAMPLE) ((invalue * 3 + GETJSAMPLE(*inptr) + 2) >> 2);
293 invalue = GETJSAMPLE(*inptr++) * 3;
294 *outptr++ = (JSAMPLE) ((invalue + GETJSAMPLE(inptr[-2]) + 1) >> 2);
295 *outptr++ = (JSAMPLE) ((invalue + GETJSAMPLE(*inptr) + 2) >> 2);
299 invalue = GETJSAMPLE(*inptr);
300 *outptr++ = (JSAMPLE) ((invalue * 3 + GETJSAMPLE(inptr[-1]) + 1) >> 2)
    [all...]
jquant1.c 481 pixcode += GETJSAMPLE(colorindex[ci][GETJSAMPLE(*ptrin++)]);
508 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*ptrin++)]);
509 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*ptrin++)]);
510 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*ptrin++)]);
553 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
596 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++)
    [all...]
jcdctmgr.c 384 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
385 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
386 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
387 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
388 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
389 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
390 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
391 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
396 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
537 *workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE)
    [all...]
wrppm.c 101 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(*ptr++));
128 pixval = GETJSAMPLE(*ptr++);
129 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map0[pixval]));
130 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map1[pixval]));
131 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map2[pixval]));
150 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)]));
jdcolext.c 56 y = GETJSAMPLE(inptr0[col]);
57 cb = GETJSAMPLE(inptr1[col]);
58 cr = GETJSAMPLE(inptr2[col]);
96 /* We can dispense with GETJSAMPLE() here */
131 /* We can dispense with GETJSAMPLE() here */
jquant2.c 218 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
219 [GETJSAMPLE(ptr[1]) >> C1_SHIFT]
220 [GETJSAMPLE(ptr[2]) >> C2_SHIFT];
669 x = GETJSAMPLE(cinfo->colormap[0][i]);
692 x = GETJSAMPLE(cinfo->colormap[1][i]);
714 x = GETJSAMPLE(cinfo->colormap[2][i]);
792 icolor = GETJSAMPLE(colorlist[i]);
794 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE;
796 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
798 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCALE
    [all...]
rdcolmap.c 57 if (GETJSAMPLE(colormap0[index]) == R &&
58 GETJSAMPLE(colormap1[index]) == G &&
59 GETJSAMPLE(colormap2[index]) == B)
wrrle.c 129 GETJSAMPLE(cinfo->colormap[ci][i]) << 8;
247 *red++ = GETJSAMPLE(*output_row++);
248 *green++ = GETJSAMPLE(*output_row++);
249 *blue++ = GETJSAMPLE(*output_row++);
wrbmp.c 125 outptr[2] = *inptr++; /* can omit GETJSAMPLE() safely */
159 *outptr++ = *inptr++; /* can omit GETJSAMPLE() safely */
343 putc(GETJSAMPLE(colormap[2][i]), outfile);
344 putc(GETJSAMPLE(colormap[1][i]), outfile);
345 putc(GETJSAMPLE(colormap[0][i]), outfile);
352 putc(GETJSAMPLE(colormap[0][i]), outfile);
353 putc(GETJSAMPLE(colormap[0][i]), outfile);
354 putc(GETJSAMPLE(colormap[0][i]), outfile);
410 putc(GETJSAMPLE(*data_ptr), outfile);
wrgif.c 268 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file);
269 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file);
270 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file);
273 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift);
331 compress_pixel(dest, GETJSAMPLE(*ptr++));
  /external/pdfium/third_party/libjpeg/
fpdfapi_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...]
fpdfapi_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...]
jmorecfg.h 57 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
63 #define GETJSAMPLE(value) ((int) (value))
69 #define GETJSAMPLE(value) ((int) (value))
71 #define GETJSAMPLE(value) ((int) (value) & 0xFF)
88 #define GETJSAMPLE(value) ((int) (value))
fpdfapi_jdmerge.c 250 cb = GETJSAMPLE(*inptr1++);
251 cr = GETJSAMPLE(*inptr2++);
256 y = GETJSAMPLE(*inptr0++);
261 y = GETJSAMPLE(*inptr0++);
269 cb = GETJSAMPLE(*inptr1);
270 cr = GETJSAMPLE(*inptr2);
274 y = GETJSAMPLE(*inptr0);
314 cb = GETJSAMPLE(*inptr1++);
315 cr = GETJSAMPLE(*inptr2++);
320 y = GETJSAMPLE(*inptr00++)
    [all...]
fpdfapi_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...]
fpdfapi_jccolor.c 149 r = GETJSAMPLE(inptr[RGB_RED]);
150 g = GETJSAMPLE(inptr[RGB_GREEN]);
151 b = GETJSAMPLE(inptr[RGB_BLUE]);
203 r = GETJSAMPLE(inptr[RGB_RED]);
204 g = GETJSAMPLE(inptr[RGB_GREEN]);
205 b = GETJSAMPLE(inptr[RGB_BLUE]);
245 r = MAXJSAMPLE - GETJSAMPLE(inptr[0]);
246 g = MAXJSAMPLE - GETJSAMPLE(inptr[1]);
247 b = MAXJSAMPLE - GETJSAMPLE(inptr[2]);
249 outptr3[col] = inptr[3]; /* don't need GETJSAMPLE here *
    [all...]
fpdfapi_jdcolor.c 145 y = GETJSAMPLE(inptr0[col]);
146 cb = GETJSAMPLE(inptr1[col]);
147 cr = GETJSAMPLE(inptr2[col]);
184 *outptr = *inptr++; /* needn't bother with GETJSAMPLE() here */
229 /* We can dispense with GETJSAMPLE() here */
271 y = GETJSAMPLE(inptr0[col]);
272 cb = GETJSAMPLE(inptr1[col]);
273 cr = GETJSAMPLE(inptr2[col]);
281 outptr[3] = inptr3[col]; /* don't need GETJSAMPLE here */
  /external/ImageMagick/coders/
jpeg.c     [all...]

Completed in 900 milliseconds

1 2