Home
last modified time | relevance | path

Searched defs:centroids (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpalette.h38 static INLINE void av1_calc_indices(const int *data, const int *centroids, in av1_calc_indices()
53 static INLINE void av1_k_means(const int *data, int *centroids, in av1_k_means()
Dintra_mode_search.c544 int stride, int *centroids) { in optimize_palette_colors()
564 BLOCK_SIZE bsize, int dc_mode_cost, const int *data, int *centroids, int n, in palette_rd_y()
647 int centroids[PALETTE_MAX_SIZE]; in perform_top_color_coarse_palette_search() local
675 int centroids[PALETTE_MAX_SIZE]; in perform_k_means_coarse_palette_search() local
708 int centroids[PALETTE_MAX_SIZE]; in perform_top_color_palette_search() local
742 int centroids[PALETTE_MAX_SIZE]; in perform_k_means_palette_search() local
840 int centroids[PALETTE_MAX_SIZE]; in rd_pick_palette_intra_sby() local
1054 int centroids[2 * PALETTE_MAX_SIZE]; in rd_pick_palette_intra_sbuv() local
1164 int centroids[2 * PALETTE_MAX_SIZE]; in av1_restore_uv_color_map() local
Dpalette.c30 int av1_remove_duplicates(int *centroids, int num_centroids) { in av1_remove_duplicates()