Lines Matching refs:col
41 register JDIMENSION col;
50 for (col = 0; col < num_cols; col++) {
61 outptr0[col] = (JSAMPLE)
65 outptr1[col] = (JSAMPLE)
69 outptr2[col] = (JSAMPLE)
98 register JDIMENSION col;
105 for (col = 0; col < num_cols; col++) {
111 outptr[col] = (JSAMPLE)
132 register JDIMENSION col;
141 for (col = 0; col < num_cols; col++) {
142 outptr0[col] = GETJSAMPLE(inptr[RGB_RED]);
143 outptr1[col] = GETJSAMPLE(inptr[RGB_GREEN]);
144 outptr2[col] = GETJSAMPLE(inptr[RGB_BLUE]);