Searched refs:hist2d (Results 1 – 2 of 2) sorted by relevance
152 typedef hist1d FAR * hist2d; /* type for the 2nd-level pointers */ typedef153 typedef hist2d * hist3d; /* type for top-level pointer */1264 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d)); in jinit_2pass_quantizer()1266 cquantize->histogram[i] = (hist2d) (*cinfo->mem->alloc_large) in jinit_2pass_quantizer()