Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_hq.c146 uint32_t histogram_dist[BROTLI_MAX_EFFECTIVE_DISTANCE_ALPHABET_SIZE]; in ZopfliCostModelSetFromCommands() local
155 memset(histogram_dist, 0, sizeof(histogram_dist)); in ZopfliCostModelSetFromCommands()
165 if (cmdcode >= 128) histogram_dist[distcode]++; in ZopfliCostModelSetFromCommands()
178 SetCost(histogram_dist, self->distance_histogram_size, BROTLI_FALSE, in ZopfliCostModelSetFromCommands()