Home | History | Annotate | Download | only in jpeg

Lines Matching refs:col

149   register JDIMENSION col;
165 for (col = 0; col < num_cols; col++) {
166 y = GETJSAMPLE(inptr0[col]);
167 cb = GETJSAMPLE(inptr1[col]);
168 cr = GETJSAMPLE(inptr2[col]);
190 register JDIMENSION col;
206 for (col = 0; col < num_cols; col++) {
207 y = GETJSAMPLE(inptr0[col]);
208 cb = GETJSAMPLE(inptr1[col]);
209 cr = GETJSAMPLE(inptr2[col]);
231 register JDIMENSION col;
262 for (col = 0; col < (num_cols>>1); col++) {
303 register JDIMENSION col;
334 for (col = 0; col < (num_cols>>1); col++) {
379 register JDIMENSION col;
389 for (col = 0; col < num_cols; col++) {
405 register JDIMENSION col;
426 for (col = 0; col < (num_cols>>1); col++) {
456 register JDIMENSION col;
479 for (col = 0; col < (num_cols>>1); col++) {
564 register JDIMENSION col;
570 for (col = 0; col < num_cols; col++) {
572 outptr[RGB_RED] = outptr[RGB_GREEN] = outptr[RGB_BLUE] = inptr[col];
585 register JDIMENSION col;
591 for (col = 0; col < num_cols; col++) {
593 outptr[RGB_RED] = outptr[RGB_GREEN] = outptr[RGB_BLUE] = inptr[col];
606 register JDIMENSION col;
621 for (col = 0; col < (num_cols>>1); col++) {
643 register JDIMENSION col;
661 for (col = 0; col < (num_cols>>1); col++) {
699 register JDIMENSION col;
716 for (col = 0; col < num_cols; col++) {
717 y = GETJSAMPLE(inptr0[col]);
718 cb = GETJSAMPLE(inptr1[col]);
719 cr = GETJSAMPLE(inptr2[col]);
727 outptr[3] = inptr3[col]; /* don't need GETJSAMPLE here */