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 223 BROTLI_IS_NULL(block_lengths) || BROTLI_IS_NULL(all_histograms) || in FN() 262 BROTLI_ENSURE_CAPACITY(m, HistogramType, all_histograms, in FN() 268 all_histograms[all_histograms_size++] = histograms[new_clusters[j]]; in FN() 295 all_histograms, cluster_size, histogram_symbols, clusters, pairs, in FN() 318 FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[best_out]); in FN() 321 &histo, &all_histograms[clusters[j]]); in FN() 334 BROTLI_FREE(m, all_histograms); in FN()
|