Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpalette.c79 int in_cache_flags[PALETTE_MAX_SIZE]; in av1_index_color_cache() local
80 memset(in_cache_flags, 0, sizeof(in_cache_flags)); in av1_index_color_cache()
84 in_cache_flags[j] = 1; in av1_index_color_cache()
93 if (!in_cache_flags[i]) out_cache_colors[j++] = colors[i]; in av1_index_color_cache()