Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dviter.h14 LIQ_PRIVATE void viter_init(const colormap *map, const unsigned int max_threads, viter_state state[…
15 LIQ_PRIVATE void viter_update_color(const f_pixel acolor, const float value, const colormap *map, u…
16 LIQ_PRIVATE void viter_finalize(colormap *map, const unsigned int max_threads, const viter_state st…
17 LIQ_PRIVATE double viter_do_iteration(histogram *hist, colormap *const map, const float min_opaque_…
Dpam.h90 LIQ_PRIVATE void to_f_set_gamma(float gamma_lut[], const double gamma);
287 LIQ_PRIVATE void pam_freeacolorhash(struct acolorhash_table *acht);
288 LIQ_PRIVATE struct acolorhash_table *pam_allocacolorhash(unsigned int maxcolors, unsigned int surfa…
289 LIQ_PRIVATE histogram *pam_acolorhashtoacolorhist(const struct acolorhash_table *acht, const double…
290 LIQ_PRIVATE bool pam_computeacolorhash(struct acolorhash_table *acht, const rgba_pixel *const pixel…
292 LIQ_PRIVATE void pam_freeacolorhist(histogram *h);
294 LIQ_PRIVATE colormap *pam_colormap(unsigned int colors, void* (*malloc)(size_t), void (*free)(void*…
295 LIQ_PRIVATE colormap *pam_duplicate_colormap(colormap *map);
296 LIQ_PRIVATE void pam_freecolormap(colormap *c);
Dpam.c24 LIQ_PRIVATE bool
185 LIQ_PRIVATE struct acolorhash_table *
219 LIQ_PRIVATE histogram *
264 LIQ_PRIVATE void
270 LIQ_PRIVATE void
277 LIQ_PRIVATE colormap *
295 LIQ_PRIVATE colormap *
308 LIQ_PRIVATE void
316 LIQ_PRIVATE void
Dnearest.h6 LIQ_PRIVATE struct nearest_map *nearest_init(const colormap *palette, const bool fast);
7 LIQ_PRIVATE unsigned int nearest_search(const struct nearest_map *map, const f_pixel px, const int …
8 LIQ_PRIVATE void nearest_free(struct nearest_map *map);
Dblur.h2 LIQ_PRIVATE void liq_blur(unsigned char *src, unsigned char *tmp, unsigned char *dst, unsigned int …
3 LIQ_PRIVATE void liq_max3(unsigned char *src, unsigned char *dst, unsigned int width, unsigned int …
4 LIQ_PRIVATE void liq_min3(unsigned char *src, unsigned char *dst, unsigned int width, unsigned int …
Dmempool.h9 LIQ_PRIVATE void* mempool_create(mempool *mptr, unsigned int size, unsigned int capacity, void* (*m…
10 LIQ_PRIVATE void* mempool_alloc(mempool *mptr, unsigned int size, unsigned int capacity);
11 LIQ_PRIVATE void mempool_destroy(mempool m);
Dviter.c19 LIQ_PRIVATE void
28 LIQ_PRIVATE void
41 LIQ_PRIVATE void
69 LIQ_PRIVATE double
Dmempool.c18 LIQ_PRIVATE void *
49 LIQ_PRIVATE void *
61 LIQ_PRIVATE void
Dlibimagequant.h15 #ifndef LIQ_PRIVATE
17 #define LIQ_PRIVATE __attribute__((visibility("hidden"))) macro
19 #define LIQ_PRIVATE macro
Dblur.c51 LIQ_PRIVATE void
87 LIQ_PRIVATE void
121 LIQ_PRIVATE void
Dnearest.c127 LIQ_PRIVATE struct nearest_map *
201 LIQ_PRIVATE unsigned int
257 LIQ_PRIVATE void
Dmediancut.h2 LIQ_PRIVATE colormap *mediancut(histogram *hist, const float min_opaque_val, unsigned int newcolors…
Dmediancut.c375 LIQ_PRIVATE colormap *