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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter_inc.h199 HistogramType* all_histograms = local in function:FN
223 BROTLI_IS_NULL(block_lengths) || BROTLI_IS_NULL(all_histograms) ||
262 BROTLI_ENSURE_CAPACITY(m, HistogramType, all_histograms,
268 all_histograms[all_histograms_size++] = histograms[new_clusters[j]];
295 all_histograms, cluster_size, histogram_symbols, clusters, pairs,
318 FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[best_out]);
321 &histo, &all_histograms[clusters[j]]);
334 BROTLI_FREE(m, all_histograms);

Completed in 3 milliseconds