Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_hq.c144 uint32_t histogram_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands() local
153 memset(histogram_literal, 0, sizeof(histogram_literal)); in ZopfliCostModelSetFromCommands()
168 histogram_literal[ringbuffer[(pos + j) & ringbuffer_mask]]++; in ZopfliCostModelSetFromCommands()
174 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE, in ZopfliCostModelSetFromCommands()