Lines Matching refs:BROTLI_ALLOC
198 BROTLI_ALLOC(m, ContextType, mb->literal_split.num_types);
208 BROTLI_ALLOC(m, HistogramLiteral, literal_histograms_size);
215 BROTLI_ALLOC(m, HistogramDistance, distance_histograms_size);
222 BROTLI_ALLOC(m, HistogramCommand, mb->command_histograms_size);
236 BROTLI_ALLOC(m, uint32_t, mb->literal_context_map_size);
242 BROTLI_ALLOC(m, HistogramLiteral, mb->literal_histograms_size);
267 BROTLI_ALLOC(m, uint32_t, mb->distance_context_map_size);
273 BROTLI_ALLOC(m, HistogramDistance, mb->distance_histograms_size);
370 *histograms = BROTLI_ALLOC(m, HistogramLiteral, *histograms_size);
418 BROTLI_ALLOC(m, HistogramLiteral, 2 * num_contexts);
525 BROTLI_ALLOC(m, uint32_t, mb->literal_context_map_size);