Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecodemv.c458 int n_colors, int n_cached_colors) { in merge_colors() argument
459 if (n_cached_colors == 0) return; in merge_colors()
460 int cache_idx = 0, trans_idx = n_cached_colors; in merge_colors()
462 if (cache_idx < n_cached_colors && in merge_colors()
483 const int n_cached_colors = idx; in read_palette_colors_y() local
498 merge_colors(pmi->palette_colors, cached_colors, n, n_cached_colors); in read_palette_colors_y()
516 const int n_cached_colors = idx; in read_palette_colors_uv() local
533 n_cached_colors); in read_palette_colors_uv()