Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.h54 enum liq_ownership {LIQ_OWN_ROWS=4, LIQ_OWN_PIXELS=8}; enumerator
DREADME.md345 * `LIQ_OWN_ROWS` makes array of row pointers (but not bitmap pointed by these rows) owned by the ob…
347 These flags can be combined with binary *or*, i.e. `LIQ_OWN_PIXELS | LIQ_OWN_ROWS`.
Dlibimagequant.c617 || (ownership_flags & ~(LIQ_OWN_ROWS | LIQ_OWN_PIXELS))) { in liq_image_set_memory_ownership()
621 if (ownership_flags & LIQ_OWN_ROWS) { in liq_image_set_memory_ownership()