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

Lines Matching refs:col

388   register JDIMENSION col;
398 for (col = 0; col < num_cols; col++) {
403 outptr3[col] = inptr[3]; /* don't need GETJSAMPLE here */
411 outptr0[col] = (JSAMPLE)
415 outptr1[col] = (JSAMPLE)
419 outptr2[col] = (JSAMPLE)
440 register JDIMENSION col;
448 for (col = 0; col < num_cols; col++) {
449 outptr[col] = inptr[0]; /* don't need GETJSAMPLE() here */
469 register JDIMENSION col;
481 for (col = 0; col < num_cols; col++) {
482 outptr0[col] = *inptr++;
483 outptr1[col] = *inptr++;
484 outptr2[col] = *inptr++;
495 for (col = 0; col < num_cols; col++) {
496 outptr0[col] = *inptr++;
497 outptr1[col] = *inptr++;
498 outptr2[col] = *inptr++;
499 outptr3[col] = *inptr++;
508 for (col = 0; col < num_cols; col++) {
509 outptr[col] = inptr[ci]; /* don't need GETJSAMPLE() here */