Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_hq.c142 uint32_t histogram_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands() local
151 memset(histogram_literal, 0, sizeof(histogram_literal)); in ZopfliCostModelSetFromCommands()
166 histogram_literal[ringbuffer[(pos + j) & ringbuffer_mask]]++; in ZopfliCostModelSetFromCommands()
172 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE, in ZopfliCostModelSetFromCommands()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.c142 uint32_t histogram_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands() local
151 memset(histogram_literal, 0, sizeof(histogram_literal)); in ZopfliCostModelSetFromCommands()
166 histogram_literal[ringbuffer[(pos + j) & ringbuffer_mask]]++; in ZopfliCostModelSetFromCommands()
172 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE, in ZopfliCostModelSetFromCommands()

Completed in 7 milliseconds