Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h94 uint8_t best_palette_color_map[MAX_PALETTE_SQUARE];
95 int kmeans_data_buf[2 * MAX_PALETTE_SQUARE];
Dcontext_tree.c45 if (num_pix <= MAX_PALETTE_SQUARE) { in alloc_mode_context()
/external/libaom/libaom/av1/common/
Denums.h58 #define MAX_PALETTE_SQUARE (64 * 64) macro