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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter_inc.h196 (num_blocks + HISTOGRAMS_PER_BATCH - 1) / HISTOGRAMS_PER_BATCH;
206 BROTLI_MIN(size_t, num_blocks, HISTOGRAMS_PER_BATCH));
208 HISTOGRAMS_PER_BATCH * HISTOGRAMS_PER_BATCH / 2;
217 uint32_t sizes[HISTOGRAMS_PER_BATCH] = { 0 };
218 uint32_t new_clusters[HISTOGRAMS_PER_BATCH] = { 0 };
219 uint32_t symbols[HISTOGRAMS_PER_BATCH] = { 0 };
220 uint32_t remap[HISTOGRAMS_PER_BATCH] = { 0 };
243 for (i = 0; i < num_blocks; i += HISTOGRAMS_PER_BATCH) {
[all...]
H A Dblock_splitter.c86 #define HISTOGRAMS_PER_BATCH 64 macro

Completed in 3 milliseconds