HomeSort by relevance Sort by last modified time
    Searched refs:CENTERJSAMPLE (Results 1 - 13 of 13) sorted by null

  /external/jpeg/
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 96 #define CENTERJSAMPLE 128
110 #define CENTERJSAMPLE 2048
jdmaster.c 249 * representation by adding CENTERJSAMPLE at the same time that we limit it.
251 * CENTERJSAMPLE,CENTERJSAMPLE+1,...,MAXJSAMPLE,
252 * MAXJSAMPLE (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
253 * 0 (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
254 * 0,1,...,CENTERJSAMPLE-1
260 * sample_range_limit + CENTERJSAMPLE.
275 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
283 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
285 for (i = CENTERJSAMPLE; i < 2*(MAXJSAMPLE+1); i++
    [all...]
jdct.h 21 * The DCT inputs are expected to be signed (range +-CENTERJSAMPLE).
76 #define IDCT_range_limit(cinfo) ((cinfo)->sample_range_limit + CENTERJSAMPLE)
jccolor.c 37 * 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)
jdcolor.c 60 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
110 for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
112 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
jdmerge.c 121 for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
123 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 179 milliseconds