Searched refs:HIST_C2_ELEMS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c143 #define HIST_C2_ELEMS (1<<HIST_C2_BITS) macro
155 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
381 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
392 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
1222 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1272 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));

Completed in 25 milliseconds