Home
last modified time | relevance | path

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

/external/webp/src/mux/
Danim_encode.c846 #define MIN_COLORS_LOSSY 31 // Don't try lossy below this threshold. macro
888 evaluate_lossy = (num_colors >= MIN_COLORS_LOSSY); in GenerateCandidates()
918 #undef MIN_COLORS_LOSSY