Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:CONST_BITS

43 #define CONST_BITS  13
46 #define CONST_BITS 13
53 * If you change CONST_BITS you may want to add appropriate values.
57 #if CONST_BITS == 13
159 tmp0 <<= (CONST_BITS+1);
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);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
248 CONST_BITS+PASS1_BITS+3+1)
251 CONST_BITS+PASS1_BITS+3+1)
254 CONST_BITS+PASS1_BITS+3+1)
257 CONST_BITS+PASS1_BITS+3+1)
308 tmp10 = z1 << (CONST_BITS+2);
323 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2);
324 wsptr[DCTSIZE*1] = (int) DESCALE(tmp10 - tmp0, CONST_BITS-PASS1_BITS+2);
350 tmp10 = ((INT32) wsptr[0]) << (CONST_BITS+2);
362 CONST_BITS+PASS1_BITS+3+2)
365 CONST_BITS+PASS1_BITS+3+2)