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

HIST_C0_BITS macro

Syntax

#define HIST_C0_BITS 5

References

LocationText
jquant2.c:133
#define HIST_C0_BITS 5 /* bits of precision in R/B histogram */
jquant2.c:138
#define HIST_C0_ELEMS (1<<HIST_C0_BITS)
jquant2.c:143
#define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
jquant2.c:625
#define BOX_C0_LOG (HIST_C0_BITS-3)