Searched refs:cache_color_found (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | palette.c | 72 uint8_t *cache_color_found, int *out_cache_colors) { in av1_index_color_cache() argument 77 memset(cache_color_found, 0, n_cache * sizeof(*cache_color_found)); in av1_index_color_cache() 85 cache_color_found[i] = 1; in av1_index_color_cache() 122 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; in av1_palette_color_cost_y() local 125 cache_color_found, out_cache_colors); in av1_palette_color_cost_y() 138 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; in av1_palette_color_cost_uv() local 141 cache_color_found, out_cache_colors); in av1_palette_color_cost_uv()
|
D | palette.h | 76 uint8_t *cache_color_found, int *out_cache_colors);
|
D | bitstream.c | 675 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; in write_palette_colors_y() local 678 cache_color_found, out_cache_colors); in write_palette_colors_y() 681 const int found = cache_color_found[i]; in write_palette_colors_y() 702 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; in write_palette_colors_uv() local 704 color_cache, n_cache, colors_u, n, cache_color_found, out_cache_colors); in write_palette_colors_uv() 707 const int found = cache_color_found[i]; in write_palette_colors_uv()
|