Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropymode.c961 int color_index_ctx_hash = 0; in av1_get_palette_color_index_context() local
964 color_index_ctx_hash += scores[i] * hash_multipliers[i]; in av1_get_palette_color_index_context()
966 assert(color_index_ctx_hash > 0); in av1_get_palette_color_index_context()
967 assert(color_index_ctx_hash <= MAX_COLOR_CONTEXT_HASH); in av1_get_palette_color_index_context()
971 palette_color_index_context_lookup[color_index_ctx_hash]; in av1_get_palette_color_index_context()