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

BOX_C0_ELEMS macro

Syntax

#define BOX_C0_ELEMS (1<<BOX_C0_LOG)

References

LocationText
jquant2.c:629
#define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */
jquant2.c:795
INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS];
jquant2.c:799
for (i = BOX_C0_ELEMS*BOX_C1_ELEMS*BOX_C2_ELEMS-1; i >= 0; i--)
jquant2.c:829
for (ic0 = BOX_C0_ELEMS-1; ic0 >= 0; ic0--) {
jquant2.c:871
JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS];
jquant2.c:900
for (ic0 = 0; ic0 < BOX_C0_ELEMS; ic0++) {