Searched refs:CENTERJSAMPLE (Results 1 - 25 of 50) sorted by relevance

12

/external/jpeg/
H A Djcdctmgr.c205 *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...]
H A Djmorecfg.h101 #define CENTERJSAMPLE 128 macro
115 #define CENTERJSAMPLE 2048 macro
H A Djdmaster.c253 * representation by adding CENTERJSAMPLE at the same time that we limit it.
255 * CENTERJSAMPLE,CENTERJSAMPLE+1,...,MAXJSAMPLE,
256 * MAXJSAMPLE (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
257 * 0 (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
258 * 0,1,...,CENTERJSAMPLE-1
264 * sample_range_limit + CENTERJSAMPLE.
279 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
287 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
289 for (i = CENTERJSAMPLE;
[all...]
H A Djdct.h21 * The DCT inputs are expected to be signed (range +-CENTERJSAMPLE).
80 #define IDCT_range_limit(cinfo) ((cinfo)->sample_range_limit + CENTERJSAMPLE)
H A Djccolor.c37 * Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE
38 * Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE
41 * rather than CENTERJSAMPLE, for Cb and Cr. This gave equal positive and
56 * The CENTERJSAMPLE offsets and the rounding fudge-factor of 0.5 are included
61 #define CBCR_OFFSET ((INT32) CENTERJSAMPLE << SCALEBITS)
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcdctmgr.c206 *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;
213 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
217 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
296 *workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
[all...]
H A Djmorecfg.h77 #define CENTERJSAMPLE 128 macro
91 #define CENTERJSAMPLE 2048 macro
H A Dfpdfapi_jdmaster.c231 * representation by adding CENTERJSAMPLE at the same time that we limit it.
233 * CENTERJSAMPLE,CENTERJSAMPLE+1,...,MAXJSAMPLE,
234 * MAXJSAMPLE (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
235 * 0 (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
236 * 0,1,...,CENTERJSAMPLE-1
242 * sample_range_limit + CENTERJSAMPLE.
257 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
265 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
267 for (i = CENTERJSAMPLE;
[all...]
H A Djdct.h21 * The DCT inputs are expected to be signed (range +-CENTERJSAMPLE).
76 #define IDCT_range_limit(cinfo) ((cinfo)->sample_range_limit + CENTERJSAMPLE)
H A Dfpdfapi_jdcolor.c41 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
91 for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
93 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
H A Dfpdfapi_jccolor.c36 * Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE
37 * Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE
40 * rather than CENTERJSAMPLE, for Cb and Cr. This gave equal positive and
55 * The CENTERJSAMPLE offsets and the rounding fudge-factor of 0.5 are included
60 #define CBCR_OFFSET ((INT32) CENTERJSAMPLE << SCALEBITS)
/external/qemu/distrib/jpeg-6b/
H A Djcdctmgr.c205 *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...]
H A Djmorecfg.h98 #define CENTERJSAMPLE 128 macro
112 #define CENTERJSAMPLE 2048 macro
H A Djdmaster.c253 * representation by adding CENTERJSAMPLE at the same time that we limit it.
255 * CENTERJSAMPLE,CENTERJSAMPLE+1,...,MAXJSAMPLE,
256 * MAXJSAMPLE (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
257 * 0 (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
258 * 0,1,...,CENTERJSAMPLE-1
264 * sample_range_limit + CENTERJSAMPLE.
279 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
287 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
289 for (i = CENTERJSAMPLE;
[all...]
H A Djdct.h21 * The DCT inputs are expected to be signed (range +-CENTERJSAMPLE).
76 #define IDCT_range_limit(cinfo) ((cinfo)->sample_range_limit + CENTERJSAMPLE)
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcdctmgr.c348 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
349 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
350 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
351 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
352 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
353 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
354 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
355 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
360 *workspaceptr++ = GETJSAMPLE(*elemptr++) - CENTERJSAMPLE;
459 *workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
[all...]
H A Djmorecfg.h76 #define CENTERJSAMPLE 128 macro
90 #define CENTERJSAMPLE 2048 macro
H A Djdmaster.c402 * representation by adding CENTERJSAMPLE at the same time that we limit it.
404 * CENTERJSAMPLE,CENTERJSAMPLE+1,...,MAXJSAMPLE,
405 * MAXJSAMPLE (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
406 * 0 (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
407 * 0,1,...,CENTERJSAMPLE-1
413 * sample_range_limit + CENTERJSAMPLE.
428 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
436 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
438 for (i = CENTERJSAMPLE;
[all...]
H A Djdct.h21 * The DCT inputs are expected to be signed (range +-CENTERJSAMPLE).
84 #define IDCT_range_limit(cinfo) ((cinfo)->sample_range_limit + CENTERJSAMPLE)
H A Djdmerge.c209 for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
211 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h77 #define CENTERJSAMPLE 128 macro
91 #define CENTERJSAMPLE 2048 macro
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djccolmmx.asm48 PD_ONEHALFM1_CJ times 2 dd (1 << (SCALEBITS-1)) - 1 + (CENTERJSAMPLE << SCALEBITS)
H A Djccolss2-64.asm45 PD_ONEHALFM1_CJ times 4 dd (1 << (SCALEBITS-1)) - 1 + (CENTERJSAMPLE << SCALEBITS)
H A Djccolss2.asm45 PD_ONEHALFM1_CJ times 4 dd (1 << (SCALEBITS-1)) - 1 + (CENTERJSAMPLE << SCALEBITS)
H A Djsimdcfg.inc.h73 %define _cpp_protection_CENTERJSAMPLE CENTERJSAMPLE variable

Completed in 5011 milliseconds

12