RGB_PIXELSIZE     152 jccolor.c            inptr += RGB_PIXELSIZE;
RGB_PIXELSIZE     206 jccolor.c            inptr += RGB_PIXELSIZE;
RGB_PIXELSIZE     371 jccolor.c      #if RGB_PIXELSIZE != 3
RGB_PIXELSIZE     372 jccolor.c          if (cinfo->input_components != RGB_PIXELSIZE)
RGB_PIXELSIZE     413 jccolor.c          if (cinfo->in_color_space == JCS_RGB && RGB_PIXELSIZE == 3)
RGB_PIXELSIZE     154 jdcolor.c            outptr += RGB_PIXELSIZE;
RGB_PIXELSIZE     231 jdcolor.c            outptr += RGB_PIXELSIZE;
RGB_PIXELSIZE     359 jdcolor.c          cinfo->out_color_components = RGB_PIXELSIZE;
RGB_PIXELSIZE     365 jdcolor.c          } else if (cinfo->jpeg_color_space == JCS_RGB && RGB_PIXELSIZE == 3) {
RGB_PIXELSIZE      54 jdmaster.c           cinfo->out_color_components != RGB_PIXELSIZE)
RGB_PIXELSIZE     161 jdmaster.c     #if RGB_PIXELSIZE != 3
RGB_PIXELSIZE     162 jdmaster.c         cinfo->out_color_components = RGB_PIXELSIZE;
RGB_PIXELSIZE     261 jdmerge.c          outptr += RGB_PIXELSIZE;
RGB_PIXELSIZE     266 jdmerge.c          outptr += RGB_PIXELSIZE;
RGB_PIXELSIZE     325 jdmerge.c          outptr0 += RGB_PIXELSIZE;
RGB_PIXELSIZE     330 jdmerge.c          outptr0 += RGB_PIXELSIZE;
RGB_PIXELSIZE     335 jdmerge.c          outptr1 += RGB_PIXELSIZE;
RGB_PIXELSIZE     340 jdmerge.c          outptr1 += RGB_PIXELSIZE;