Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.c30 const unsigned int maxacolors = acht->maxcolors, ignorebits = in pam_computeacolorhash()
186 pam_allocacolorhash (unsigned int maxcolors, unsigned int surface, in pam_allocacolorhash() argument
190 MIN (maxcolors, surface / (ignorebits + (surface > 512 * 512 ? 5 : 4))); in pam_allocacolorhash()
207 .mempool = m,.hash_size = hash_size,.maxcolors = maxcolors,.ignorebits = in pam_allocacolorhash()
Dpam.h280 unsigned int ignorebits, maxcolors, colors, cols, rows; member
288 LIQ_PRIVATE struct acolorhash_table *pam_allocacolorhash(unsigned int maxcolors, unsigned int surfa…
Dlibimagequant.c1464 unsigned int maxcolors = options->max_histogram_entries; in get_histogram() local
1472 pam_allocacolorhash (maxcolors, rows * cols, ignorebits, in get_histogram()