Searched refs:histcell (Results 1 – 1 of 1) sorted by relevance
258 typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */ typedef260 typedef histcell FAR *histptr; /* for pointers to histogram cells */262 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */1270 *cachep++ = (histcell) (GETJSAMPLE (*cptr++) + 1);1272 *cachep++ = (histcell) ((*cptr++) + 1);1724 HIST_C1_ELEMS * HIST_C2_ELEMS * SIZEOF (histcell));1752 0, HIST_C1_ELEMS * HIST_C2_ELEMS * sizeof (histcell));1867 HIST_C1_ELEMS * HIST_C2_ELEMS * SIZEOF (histcell));1875 (hist2d) safe_emalloc (HIST_C1_ELEMS * HIST_C2_ELEMS, sizeof (histcell), 0);
Completed in 7 milliseconds