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

HIST_C2_ELEMS macro

Syntax

#define HIST_C2_ELEMS (1<<HIST_C2_BITS)

References

LocationText
jquant2.c:140
#define HIST_C2_ELEMS (1<<HIST_C2_BITS)
jquant2.c:152
typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
jquant2.c:378
for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
jquant2.c:389
for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
jquant2.c:1219
HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
jquant2.c:1269
HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));