Searched refs:PASS1_BITS (Results 1 - 11 of 11) sorted by relevance

/external/jpeg/
H A Djfdctint.c66 * The outputs of the first pass are scaled up by PASS1_BITS bits so that
68 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
73 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
79 #define PASS1_BITS 2 macro
82 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
151 /* furthermore, we scale the results by 2**PASS1_BITS. */
173 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
174 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
178 CONST_BITS-PASS1_BITS);
180 CONST_BITS-PASS1_BITS);
[all...]
H A Djidctint.c66 * The outputs of the first pass are scaled up by PASS1_BITS bits so that
68 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
73 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
79 #define PASS1_BITS 2 macro
82 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
166 /* furthermore, we scale the results by 2**PASS1_BITS. */
186 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
258 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
259 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
260 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
[all...]
H A Djidctred.c44 #define PASS1_BITS 2 macro
47 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
146 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
205 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
248 CONST_BITS+PASS1_BITS+3+1)
251 CONST_BITS+PASS1_BITS
[all...]
H A Djidctfst.c62 * factors have been incorporated. We represent them scaled up by PASS1_BITS,
64 * For 8-bit JSAMPLEs, we choose IFAST_SCALE_BITS = PASS1_BITS so as to
78 #define PASS1_BITS 2 macro
81 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
132 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
279 /* and also undo the PASS1_BITS scaling. */
296 JSAMPLE dcval = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3)
347 outptr[0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3)
349 outptr[7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3)
351 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS
[all...]
H A Dmips_jidctfst.c64 * factors have been incorporated. We represent them scaled up by PASS1_BITS,
66 * For 8-bit JSAMPLEs, we choose IFAST_SCALE_BITS = PASS1_BITS so as to
80 #define PASS1_BITS 2 macro
83 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
134 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
202 /* and also undo the PASS1_BITS scaling. */
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctint.c67 * The outputs of the first pass are scaled up by PASS1_BITS bits so that
69 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
74 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
80 #define PASS1_BITS 2 macro
83 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
152 /* furthermore, we scale the results by 2**PASS1_BITS. */
174 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
175 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
179 CONST_BITS-PASS1_BITS);
181 CONST_BITS-PASS1_BITS);
[all...]
H A Dfpdfapi_jidctint.c67 * The outputs of the first pass are scaled up by PASS1_BITS bits so that
69 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
74 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
80 #define PASS1_BITS 2 macro
83 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
167 /* furthermore, we scale the results by 2**PASS1_BITS. */
187 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
259 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
260 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
261 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
[all...]
H A Dfpdfapi_jidctred.c45 #define PASS1_BITS 2 macro
48 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
147 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
189 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
190 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
192 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
206 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
249 CONST_BITS+PASS1_BITS+3+1)
252 CONST_BITS+PASS1_BITS
[all...]
H A Dfpdfapi_jidctfst.c63 * factors have been incorporated. We represent them scaled up by PASS1_BITS,
65 * For 8-bit JSAMPLEs, we choose IFAST_SCALE_BITS = PASS1_BITS so as to
79 #define PASS1_BITS 2 macro
82 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */
133 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
280 /* and also undo the PASS1_BITS scaling. */
297 JSAMPLE dcval = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3)
348 outptr[0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3)
350 outptr[7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3)
352 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 264 milliseconds