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

Lines Matching refs:col

336   register JDIMENSION col;
345 for (col = 0; col < num_cols; col++) {
346 r = GETJSAMPLE(inptr0[col]);
347 g = GETJSAMPLE(inptr1[col]);
348 b = GETJSAMPLE(inptr2[col]);
350 outptr[col] = (JSAMPLE)
369 register JDIMENSION col;
381 for (col = 0; col < num_cols; col++) {
382 *outptr++ = inptr0[col];
383 *outptr++ = inptr1[col];
384 *outptr++ = inptr2[col];
395 for (col = 0; col < num_cols; col++) {
396 *outptr++ = inptr0[col];
397 *outptr++ = inptr1[col];
398 *outptr++ = inptr2[col];
399 *outptr++ = inptr3[col];
407 for (col = 0; col < num_cols; col++) {
408 outptr[ci] = inptr[col];
543 register JDIMENSION col;
560 for (col = 0; col < num_cols; col++) {
561 y = GETJSAMPLE(inptr0[col]);
562 cb = GETJSAMPLE(inptr1[col]);
563 cr = GETJSAMPLE(inptr2[col]);
571 outptr[3] = inptr3[col]; /* don't need GETJSAMPLE here */