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

Lines Matching defs:out

52  * used here have proved out well in experimental comparisons, but better ones
587 * Gems II (James Arvo, ed. Academic Press, 1991). Thomas points out that
1100 * completely out of hand; Aaron Giles reports that error limiting improves
1113 int in, out;
1122 out = 0;
1123 for (in = 0; in < STEPSIZE; in++, out++) {
1124 table[in] = out; table[-in] = -out;
1127 for (; in < STEPSIZE*3; in++, out += (in&1) ? 0 : 1) {
1128 table[in] = out; table[-in] = -out;
1130 /* Clamp the rest to final out value (which is (MAXJSAMPLE+1)/8) */
1132 table[in] = out; table[-in] = -out;