Lines Matching defs:out
55 * used here have proved out well in experimental comparisons, but better ones
567 * Gems II (James Arvo, ed. Academic Press, 1991). Thomas points out that
1071 * completely out of hand; Aaron Giles reports that error limiting improves
1084 int in, out;
1093 out = 0;
1094 for (in = 0; in < STEPSIZE; in++, out++) {
1095 table[in] = out; table[-in] = -out;
1098 for (; in < STEPSIZE*3; in++, out += (in&1) ? 0 : 1) {
1099 table[in] = out; table[-in] = -out;
1101 /* Clamp the rest to final out value (which is (MAXJSAMPLE+1)/8) */
1103 table[in] = out; table[-in] = -out;