Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.h154 int best_palette_match(int *palete_list, int num_palettes, int palette);
H A Deffects-weed.c868 int best_palette_match(int *palette_list, int num_palettes, int palette) { in best_palette_match() function
2191 palette = best_palette_match(palettes, num_palettes, opalette); in weed_apply_instance()
2282 opalette = best_palette_match(palettes, num_palettes, opalette); in weed_apply_instance()
2494 if (best_palette_match(palettes, num_palettes, palette) == palette) { in weed_apply_instance()
2523 if ((outpalette = best_palette_match(palettes, num_palettes, palette)) == palette) { in weed_apply_instance()
H A Dplugins.c1075 palette = best_palette_match(pal_list, i, palette); in vpp_try_match_palette()
H A Deffects-data.c2080 if (best_palette_match(palettes, num_palettes, ipal) == ipal) pal_ok = TRUE; ///< yes in cconx_convert_pixel_data()
H A Dmain.c7269 int pal = best_palette_match(dplug->cdata->palettes, -1, target_palette); in pull_frame_at_size()