Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:ctr

132   int ctr;
141 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
143 if (ctr == DCTSIZE-4)
201 for (ctr = 0; ctr < 4; ctr++) {
202 outptr = output_buf[ctr] + output_col;
285 int ctr;
294 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
296 if (ctr == DCTSIZE-2 || ctr == DCTSIZE-4 || ctr == DCTSIZE-6)
335 for (ctr = 0; ctr < 2; ctr++) {
336 outptr = output_buf[ctr] + output_col;