Searched refs:MAX_PALETTE_SQUARE (Results 1 – 3 of 3) sorted by relevance
94 uint8_t best_palette_color_map[MAX_PALETTE_SQUARE];95 int kmeans_data_buf[2 * MAX_PALETTE_SQUARE];
45 if (num_pix <= MAX_PALETTE_SQUARE) { in alloc_mode_context()
58 #define MAX_PALETTE_SQUARE (64 * 64) macro