Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c869 int best_palette = palette_list[0]; in best_palette_match() local
885 …if ((weed_palette_is_rgb(best_palette) && !is_rgb) || (weed_palette_is_alpha(best_palette) && !is_… in best_palette_match()
896 && !(best_palette == WEED_PALETTE_RGB24 || best_palette == WEED_PALETTE_BGR24)) in best_palette_match()
897 best_palette = palette_list[i]; in best_palette_match()
907 best_palette = palette_list[i]; in best_palette_match()
921 … && (has_alpha || (best_palette != WEED_PALETTE_YUV444P && best_palette != WEED_PALETTE_YUV888))) in best_palette_match()
927 …&& (!has_alpha || (best_palette != WEED_PALETTE_YUVA4444P && best_palette != WEED_PALETTE_YUVA8888… in best_palette_match()
936 …&& (!has_alpha || (best_palette != WEED_PALETTE_YUVA4444P && best_palette != WEED_PALETTE_YUVA8888… in best_palette_match()
944 best_palette = palette_list[i]; in best_palette_match()
949 best_palette = palette_list[i]; in best_palette_match()
[all …]