Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c134 typedef hist1d *hist2d; /* type for the 2nd-level pointers */ typedef
135 typedef hist2d *hist3d; /* type for top-level pointer */
1235 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * sizeof(hist2d)); in jinit_2pass_quantizer()
1237 cquantize->histogram[i] = (hist2d) (*cinfo->mem->alloc_large) in jinit_2pass_quantizer()