Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:histcell

147 typedef UINT16 histcell;	/* histogram cell; prefer an unsigned type */
149 typedef histcell FAR * histptr; /* for pointers to histogram cells */
151 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
903 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
1218 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1268 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));