Searched refs:hist2d (Results 1 – 1 of 1) sorted by relevance
134 typedef hist1d *hist2d; /* type for the 2nd-level pointers */ typedef135 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()