Go to the source code of this file.
|
BROTLI_INTERNAL void FN | BrotliCompareAndPushToQueue (const HistogramType *out, HistogramType *tmp, const uint32_t *cluster_size, uint32_t idx1, uint32_t idx2, size_t max_num_pairs, HistogramPair *pairs, size_t *num_pairs) CODE( |
|
BROTLI_INTERNAL size_t FN | BrotliHistogramCombine (HistogramType *out, HistogramType *tmp, uint32_t *cluster_size, uint32_t *symbols, uint32_t *clusters, HistogramPair *pairs, size_t num_clusters, size_t symbols_size, size_t max_clusters, size_t max_num_pairs) CODE( |
|
BROTLI_INTERNAL double FN | BrotliHistogramBitCostDistance (const HistogramType *histogram, const HistogramType *candidate, HistogramType *tmp) CODE( |
|
BROTLI_INTERNAL void FN | BrotliHistogramRemap (const HistogramType *in, size_t in_size, const uint32_t *clusters, size_t num_clusters, HistogramType *out, HistogramType *tmp, uint32_t *symbols) CODE( |
|
BROTLI_INTERNAL size_t FN | BrotliHistogramReindex (MemoryManager *m, HistogramType *out, uint32_t *symbols, size_t length) CODE( |
|
BROTLI_INTERNAL void FN | BrotliClusterHistograms (MemoryManager *m, const HistogramType *in, const size_t in_size, size_t max_histograms, HistogramType *out, size_t *out_size, uint32_t *histogram_symbols) CODE( |
|
◆ HistogramType
#define HistogramType FN(Histogram) |
◆ BrotliClusterHistograms()
◆ BrotliCompareAndPushToQueue()
◆ BrotliHistogramBitCostDistance()
◆ BrotliHistogramCombine()
◆ BrotliHistogramReindex()
◆ BrotliHistogramRemap()