Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:CONST_BITS

60  * CONST_BITS bits of precision in the constants).  After doing a

63 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
74 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
79 #define CONST_BITS 13
82 #define CONST_BITS 13
89 * If you change CONST_BITS you may want to add appropriate values.
93 #if CONST_BITS == 13
179 CONST_BITS-PASS1_BITS);
181 CONST_BITS-PASS1_BITS);
206 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
207 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
208 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
209 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
244 CONST_BITS+PASS1_BITS);
246 CONST_BITS+PASS1_BITS);
272 CONST_BITS+PASS1_BITS);
274 CONST_BITS+PASS1_BITS);
276 CONST_BITS+PASS1_BITS);
278 CONST_BITS+PASS1_BITS);