BITS_IN_JSAMPLE    34 jchuff.c       #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   253 jcmaster.c       if (cinfo->data_precision != BITS_IN_JSAMPLE)
BITS_IN_JSAMPLE   407 jcmaster.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   306 jcparam.c        cinfo->data_precision = BITS_IN_JSAMPLE;
BITS_IN_JSAMPLE    34 jdct.h         #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE    66 jdct.h         #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   220 jdinput.c        if (cinfo->data_precision != BITS_IN_JSAMPLE)
BITS_IN_JSAMPLE    95 jfdctint.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   146 jfdctint.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE    76 jidctfst.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   128 jidctfst.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   142 jidctfst.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   100 jidctint.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   151 jidctint.c     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE    53 jmorecfg.h     #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE    80 jmorecfg.h     #if BITS_IN_JSAMPLE == 12
BITS_IN_JSAMPLE   127 jquant1.c      #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   142 jquant2.c      #define C0_SHIFT  (BITS_IN_JSAMPLE-HIST_C0_BITS)
BITS_IN_JSAMPLE   143 jquant2.c      #define C1_SHIFT  (BITS_IN_JSAMPLE-HIST_C1_BITS)
BITS_IN_JSAMPLE   144 jquant2.c      #define C2_SHIFT  (BITS_IN_JSAMPLE-HIST_C2_BITS)
BITS_IN_JSAMPLE   180 jquant2.c      #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE   110 rdcolmap.c     		  R << (BITS_IN_JSAMPLE-8),
BITS_IN_JSAMPLE   111 rdcolmap.c     		  G << (BITS_IN_JSAMPLE-8),
BITS_IN_JSAMPLE   112 rdcolmap.c     		  B << (BITS_IN_JSAMPLE-8));
BITS_IN_JSAMPLE   329 rdppm.c          cinfo->data_precision = BITS_IN_JSAMPLE; /* we always rescale data to this */
BITS_IN_JSAMPLE    35 rdrle.c        #if BITS_IN_JSAMPLE != 8
BITS_IN_JSAMPLE    30 wrbmp.c        #if BITS_IN_JSAMPLE != 8
BITS_IN_JSAMPLE    34 wrppm.c        #if BITS_IN_JSAMPLE == 8
BITS_IN_JSAMPLE    40 wrppm.c        #define PUTPPMSAMPLE(ptr,v)  *ptr++ = (char) ((v) >> (BITS_IN_JSAMPLE-8))
BITS_IN_JSAMPLE    51 wrppm.c        #define PPM_MAXVAL ((1<<BITS_IN_JSAMPLE)-1)
BITS_IN_JSAMPLE   240 wrppm.c          if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 ||
BITS_IN_JSAMPLE    32 wrrle.c        #if BITS_IN_JSAMPLE != 8
BITS_IN_JSAMPLE    27 wrtarga.c      #if BITS_IN_JSAMPLE != 8