Searched refs:all_histograms (Results 1 – 1 of 1) sorted by relevance
/external/brotli/c/enc/ |
D | block_splitter_inc.h | 199 HistogramType* all_histograms = in FN() local 257 BROTLI_ENSURE_CAPACITY(m, HistogramType, all_histograms, in FN() 263 all_histograms[all_histograms_size++] = histograms[new_clusters[j]]; in FN() 290 all_histograms, cluster_size, histogram_symbols, clusters, pairs, in FN() 313 FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[best_out]); in FN() 316 &histo, &all_histograms[clusters[j]]); in FN() 329 BROTLI_FREE(m, all_histograms); in FN()
|