Home | History | Annotate | Download | only in jpeg

Lines Matching refs:col

141   register JDIMENSION col;
150 for (col = 0; col < num_cols; col++) {
161 outptr0[col] = (JSAMPLE)
165 outptr1[col] = (JSAMPLE)
169 outptr2[col] = (JSAMPLE)
197 register JDIMENSION col;
204 for (col = 0; col < num_cols; col++) {
210 outptr[col] = (JSAMPLE)
236 register JDIMENSION col;
246 for (col = 0; col < num_cols; col++) {
251 outptr3[col] = inptr[3]; /* don't need GETJSAMPLE here */
259 outptr0[col] = (JSAMPLE)
263 outptr1[col] = (JSAMPLE)
267 outptr2[col] = (JSAMPLE)
288 register JDIMENSION col;
296 for (col = 0; col < num_cols; col++) {
297 outptr[col] = inptr[0]; /* don't need GETJSAMPLE() here */
347 register JDIMENSION col;
359 int col = num_cols;
360 int col4 = col >> 2;
369 col &= 3;
370 if (0 == col)
383 } while (--col != 0);
393 for (col = 0; col < num_cols; col++) {
394 outptr[col] = inptr[ci]; /* don't need GETJSAMPLE() here */