histcell is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

histcell

Syntax

typedef UINT16 histcell;

References

LocationReferrerScopeText
jquant2.c:148
typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */
jquant2.c:150
typedef histcell FAR * histptr; /* for pointers to histogram cells */
jquant2.c:152
typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
jquant2.c:153hist2d
typedef hist1d FAR * hist2d; /* type for the 2nd-level pointers */
jquant2.c:154hist3d
typedef hist2d * hist3d; /* type for top-level pointer */
jquant2.c:202my_cquantizer::histogrammy_cquantizer
hist3d histogram; /* pointer to the histogram */
jquant2.c:230prescan_quantize()::histpprescan_quantize()
register histptr histp;
jquant2.c:231prescan_quantize()::histogramprescan_quantize()
register hist3d histogram = cquantize->histogram;
jquant2.c:319update_box()::histogramupdate_box()
hist3d histogram = cquantize->histogram;
jquant2.c:320update_box()::histpupdate_box()
histptr histp;
jquant2.c:506compute_color()::histogramcompute_color()
hist3d histogram = cquantize->histogram;
jquant2.c:507compute_color()::histpcompute_color()
histptr histp;
jquant2.c:862fill_inverse_cmap()::histogramfill_inverse_cmap()
hist3d histogram = cquantize->histogram;
jquant2.c:866fill_inverse_cmap()::cachepfill_inverse_cmap()
register histptr cachep; /* pointer into main cache array */
jquant2.c:904fill_inverse_cmap()
*cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
jquant2.c:921pass2_no_dither()::histogrampass2_no_dither()
hist3d histogram = cquantize->histogram;
jquant2.c:923pass2_no_dither()::cacheppass2_no_dither()
register histptr cachep;
jquant2.c:955pass2_fs_dither()::histogrampass2_fs_dither()
hist3d histogram = cquantize->histogram;
jquant2.c:962pass2_fs_dither()::cacheppass2_fs_dither()
histptr cachep;
jquant2.c:1171start_pass_2_quant()::histogramstart_pass_2_quant()
hist3d histogram = cquantize->histogram;
jquant2.c:1219start_pass_2_quant()
jquant2.c:1269jinit_2pass_quantizer()

Type Use

Variables of histcell type
prescan_quantize()::histp
prescan_quantize()::histogram
update_box()::histogram
update_box()::histp
compute_color()::histogram
compute_color()::histp
fill_inverse_cmap()::histogram
fill_inverse_cmap()::cachep
pass2_no_dither()::histogram
pass2_no_dither()::cachep
pass2_fs_dither()::histogram
pass2_fs_dither()::cachep
start_pass_2_quant()::histogram
all items filtered out
histcell
all items filtered out
histcell
UINT16
all items filtered out