Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c129 typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */ typedef
131 typedef histcell *histptr; /* for pointers to histogram cells */
133 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
883 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1); in fill_inverse_cmap()
1189 HIST_C1_ELEMS*HIST_C2_ELEMS * sizeof(histcell)); in start_pass_2_quant()
1239 HIST_C1_ELEMS*HIST_C2_ELEMS * sizeof(histcell)); in jinit_2pass_quantizer()