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