Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c263 typedef hist1d FAR *hist2d; /* type for the 2nd-level pointers */ typedef
264 typedef hist2d *hist3d; /* type for top-level pointer */
1862 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF (hist2d));
1865 cquantize->histogram[i] = (hist2d) (*cinfo->mem->alloc_large)
1871 cquantize->histogram = (hist3d) safe_emalloc (HIST_C0_ELEMS, sizeof (hist2d), 0);
1875 (hist2d) safe_emalloc (HIST_C1_ELEMS * HIST_C2_ELEMS, sizeof (histcell), 0);

Completed in 11 milliseconds