Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c416 uint32_t context_histo[13][32] = { { 0 } }; in ShouldUseComplexStaticContextMap() local
435 ++context_histo[context][literal >> 3]; in ShouldUseComplexStaticContextMap()
443 entropy[2] += ShannonEntropy(&context_histo[i][0], 32, &dummy); in ShouldUseComplexStaticContextMap()