Searched refs:LIQ_HIGH_MEMORY_LIMIT (Results 1 – 1 of 1) sorted by relevance
44 #define LIQ_HIGH_MEMORY_LIMIT (1<<26) /* avoid allocating buffers larger than 64MB */ macro559 …eturn img->width * img->height > (low_memory_hint ? LIQ_HIGH_MEMORY_LIMIT / 8 : LIQ_HIGH_MEMORY_LI… in liq_image_should_use_low_memory()1570 if (cols < 4 || rows < 4 || (3 * cols * rows) > LIQ_HIGH_MEMORY_LIMIT) { in contrast_maps()