Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:CONST_BITS

59  * CONST_BITS bits of precision in the constants).  After doing a
62 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
73 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
78 #define CONST_BITS 13
81 #define CONST_BITS 13
88 * If you change CONST_BITS you may want to add appropriate values.
92 #if CONST_BITS == 13
178 CONST_BITS-PASS1_BITS);
180 CONST_BITS-PASS1_BITS);
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
243 CONST_BITS+PASS1_BITS);
245 CONST_BITS+PASS1_BITS);
271 CONST_BITS+PASS1_BITS);
273 CONST_BITS+PASS1_BITS);
275 CONST_BITS+PASS1_BITS);
277 CONST_BITS+PASS1_BITS);