Searched refs:alloc_large (Results 1 – 12 of 12) sorted by relevance
/external/libjpeg-turbo/ |
D | jmemmgr.c | 363 alloc_large(j_common_ptr cinfo, int pool_id, size_t sizeofobject) in alloc_large() function 475 workspace = (JSAMPROW)alloc_large(cinfo, pool_id, in alloc_sarray() 527 workspace = (JBLOCKROW)alloc_large(cinfo, pool_id, in alloc_barray() 1128 mem->pub.alloc_large = alloc_large; in jinit_memory_mgr()
|
D | rdgif.c | 487 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in start_input_gif() 490 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in start_input_gif() 493 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in start_input_gif()
|
D | jquant2.c | 1177 cquantize->fserrors = (FSERRPTR)(*cinfo->mem->alloc_large) in start_pass_2_quant() 1240 cquantize->histogram[i] = (hist2d)(*cinfo->mem->alloc_large) in jinit_2pass_quantizer() 1277 cquantize->fserrors = (FSERRPTR)(*cinfo->mem->alloc_large) in jinit_2pass_quantizer()
|
D | jctrans.c | 395 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in transencode_coef_controller()
|
D | jccoefct.c | 442 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in jinit_c_coef_controller()
|
D | wrgif.c | 568 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in jinit_write_gif()
|
D | jdmerge.c | 566 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in jinit_merged_upsampler()
|
D | jpeglib.h | 842 void *(*alloc_large) (j_common_ptr cinfo, int pool_id, member
|
D | jquant1.c | 731 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, arraysize); in alloc_fs_workspace()
|
D | jdcoefct.c | 864 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in jinit_d_coef_controller()
|
D | jdmarker.c | 778 (*cinfo->mem->alloc_large) ((j_common_ptr)cinfo, JPOOL_IMAGE, in save_marker()
|
D | libjpeg.txt | 2992 Use alloc_large instead of alloc_small for anything bigger than a few Kbytes.
|