Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djquant2.c152 typedef hist1d FAR * hist2d; /* type for the 2nd-level pointers */ typedef
153 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()
/external/jpeg/
Djquant2.c152 typedef hist1d FAR * hist2d; /* type for the 2nd-level pointers */ typedef
153 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()