Searched refs:maxcolors (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | pam.c | 30 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()
|
D | pam.h | 280 unsigned int ignorebits, maxcolors, colors, cols, rows; member 288 LIQ_PRIVATE struct acolorhash_table *pam_allocacolorhash(unsigned int maxcolors, unsigned int surfa…
|
D | libimagequant.c | 1464 unsigned int maxcolors = options->max_histogram_entries; in get_histogram() local 1472 pam_allocacolorhash (maxcolors, rows * cols, ignorebits, in get_histogram()
|