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

HIST_C1_BITS macro

Syntax

#define HIST_C1_BITS 6

References

LocationText
jquant2.c:134
#define HIST_C1_BITS 6 /* bits of precision in G histogram */
jquant2.c:139
#define HIST_C1_ELEMS (1<<HIST_C1_BITS)
jquant2.c:144
#define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
jquant2.c:626
#define BOX_C1_LOG (HIST_C1_BITS-3)