Home | History | Annotate | Download | only in jpeg

Lines Matching refs:HIST_C1_BITS

133 #define HIST_C1_BITS  6		/* bits of precision in G histogram */
138 #define HIST_C1_ELEMS (1<<HIST_C1_BITS)
143 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
625 #define BOX_C1_LOG (HIST_C1_BITS-3)