Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dintra_mode_search.c566 uint8_t *best_palette_color_map, int64_t *best_rd, int64_t *best_model_rd, in palette_rd_y() argument
625 memcpy(best_palette_color_map, color_map, in palette_rd_y()
643 uint8_t *best_palette_color_map, int64_t *best_rd, int64_t *best_model_rd, in perform_top_color_coarse_palette_search() argument
654 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_top_color_coarse_palette_search()
670 MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, int64_t *best_rd, in perform_k_means_coarse_palette_search() argument
686 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_k_means_coarse_palette_search()
704 MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, int64_t *best_rd, in perform_top_color_palette_search() argument
718 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_top_color_palette_search()
737 MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, int64_t *best_rd, in perform_k_means_palette_search() argument
756 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_k_means_palette_search()
[all …]
Dblock.h123 uint8_t best_palette_color_map[MAX_PALETTE_SQUARE]; member