Lines Matching refs:BROTLI_ALLOC
193 uint32_t* histogram_symbols = BROTLI_ALLOC(m, uint32_t, num_blocks); in FN()
194 uint32_t* block_lengths = BROTLI_ALLOC(m, uint32_t, num_blocks); in FN()
200 BROTLI_ALLOC(m, HistogramType, all_histograms_capacity); in FN()
203 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, cluster_size_capacity); in FN()
205 HistogramType* histograms = BROTLI_ALLOC(m, HistogramType, in FN()
210 HistogramPair* pairs = BROTLI_ALLOC(m, HistogramPair, pairs_capacity); in FN()
280 pairs = BROTLI_ALLOC(m, HistogramPair, max_num_pairs + 1); in FN()
284 clusters = BROTLI_ALLOC(m, uint32_t, num_clusters); in FN()
296 new_index = BROTLI_ALLOC(m, uint32_t, num_clusters); in FN()
388 histograms = BROTLI_ALLOC(m, HistogramType, num_histograms); in FN()
399 uint8_t* block_ids = BROTLI_ALLOC(m, uint8_t, length); in FN()
402 double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); in FN()
403 double* cost = BROTLI_ALLOC(m, double, num_histograms); in FN()
404 uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen); in FN()
405 uint16_t* new_id = BROTLI_ALLOC(m, uint16_t, num_histograms); in FN()