Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:ctr

130   int ctr;

139 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
141 if (ctr == DCTSIZE-4)
198 for (ctr = 0; ctr < 4; ctr++) {
199 outptr = output_buf[ctr] + output_col;
282 int ctr;
291 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
293 if (ctr == DCTSIZE-2 || ctr == DCTSIZE-4 || ctr == DCTSIZE-6)
331 for (ctr = 0; ctr < 2; ctr++) {
332 outptr = output_buf[ctr] + output_col;