HIST_C2_BITS is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

HIST_C2_BITS macro

Syntax

#define HIST_C2_BITS 5

References

LocationText
jquant2.c:135
#define HIST_C2_BITS 5 /* bits of precision in B/R histogram */
jquant2.c:140
#define HIST_C2_ELEMS (1<<HIST_C2_BITS)
jquant2.c:145
#define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
jquant2.c:627
#define BOX_C2_LOG (HIST_C2_BITS-3)