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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c151 typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */ typedef
153 typedef histcell FAR * histptr; /* for pointers to histogram cells */
155 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
907 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
1222 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1272 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));

Completed in 33 milliseconds