Searched refs:histogram_dist (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references_hq.c | 144 uint32_t histogram_dist[BROTLI_MAX_EFFECTIVE_DISTANCE_ALPHABET_SIZE]; in ZopfliCostModelSetFromCommands() local 153 memset(histogram_dist, 0, sizeof(histogram_dist)); in ZopfliCostModelSetFromCommands() 163 if (cmdcode >= 128) histogram_dist[distcode]++; in ZopfliCostModelSetFromCommands() 176 SetCost(histogram_dist, self->distance_histogram_size, BROTLI_FALSE, in ZopfliCostModelSetFromCommands()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | backward_references_hq.c | 144 uint32_t histogram_dist[BROTLI_MAX_EFFECTIVE_DISTANCE_ALPHABET_SIZE]; in ZopfliCostModelSetFromCommands() local 153 memset(histogram_dist, 0, sizeof(histogram_dist)); in ZopfliCostModelSetFromCommands() 163 if (cmdcode >= 128) histogram_dist[distcode]++; in ZopfliCostModelSetFromCommands() 176 SetCost(histogram_dist, self->distance_histogram_size, BROTLI_FALSE, in ZopfliCostModelSetFromCommands()
|
Completed in 5 milliseconds