Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:HIST_C0_BITS

132 #define HIST_C0_BITS  5		/* bits of precision in R/B histogram */
137 #define HIST_C0_ELEMS (1<<HIST_C0_BITS)
142 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
624 #define BOX_C0_LOG (HIST_C0_BITS-3)