Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c557 liq_image_should_use_low_memory (liq_image * img, const bool low_memory_hint) in liq_image_should_use_low_memory() argument
559 …return img->width * img->height > (low_memory_hint ? LIQ_HIGH_MEMORY_LIMIT / 8 : LIQ_HIGH_MEMORY_L… in liq_image_should_use_low_memory()