histcell          150 3rdparty/libjpeg/jquant2.c typedef histcell FAR * histptr;	/* for pointers to histogram cells */
histcell          152 3rdparty/libjpeg/jquant2.c typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
histcell          904 3rdparty/libjpeg/jquant2.c         *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
histcell         1219 3rdparty/libjpeg/jquant2.c                HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
histcell         1269 3rdparty/libjpeg/jquant2.c        HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));