Searched refs:command_histograms (Results 1 – 11 of 11) sorted by relevance
/external/cronet/stable/third_party/brotli/enc/ |
D | metablock.h | 36 HistogramCommand* command_histograms; member 52 mb->command_histograms = 0; in InitMetaBlockSplit() 66 BROTLI_FREE(m, mb->command_histograms); in DestroyMetaBlockSplit()
|
D | metablock.c | 221 BROTLI_DCHECK(mb->command_histograms == 0); in BrotliBuildMetaBlock() 223 mb->command_histograms = in BrotliBuildMetaBlock() 225 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->command_histograms)) return; in BrotliBuildMetaBlock() 226 ClearHistogramsCommand(mb->command_histograms, mb->command_histograms_size); in BrotliBuildMetaBlock() 231 literal_histograms, mb->command_histograms, distance_histograms); in BrotliBuildMetaBlock() 572 1024, 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal() 664 mb->command_histograms[i].data_, in BrotliOptimizeHistograms()
|
D | encode.c | 2144 size_t command_histograms = in BrotliEncoderEstimatePeakMemoryUsage() local 2149 command_histograms * sizeof(HistogramCommand) + in BrotliEncoderEstimatePeakMemoryUsage()
|
D | brotli_bit_stream.c | 1024 BuildAndStoreEntropyCodesCommand(m, command_enc, mb->command_histograms, in BrotliStoreMetaBlock()
|
/external/brotli/c/enc/ |
D | metablock.h | 36 HistogramCommand* command_histograms; member 52 mb->command_histograms = 0; in InitMetaBlockSplit() 66 BROTLI_FREE(m, mb->command_histograms); in DestroyMetaBlockSplit()
|
D | metablock.c | 219 BROTLI_DCHECK(mb->command_histograms == 0); in BrotliBuildMetaBlock() 221 mb->command_histograms = in BrotliBuildMetaBlock() 223 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->command_histograms)) return; in BrotliBuildMetaBlock() 224 ClearHistogramsCommand(mb->command_histograms, mb->command_histograms_size); in BrotliBuildMetaBlock() 229 literal_histograms, mb->command_histograms, distance_histograms); in BrotliBuildMetaBlock() 566 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal() 651 mb->command_histograms[i].data_, in BrotliOptimizeHistograms()
|
D | brotli_bit_stream.c | 1006 BuildAndStoreEntropyCodesCommand(m, &command_enc, mb->command_histograms, in BrotliStoreMetaBlock()
|
/external/cronet/tot/third_party/brotli/enc/ |
D | metablock.h | 36 HistogramCommand* command_histograms; member 52 mb->command_histograms = 0; in InitMetaBlockSplit() 66 BROTLI_FREE(m, mb->command_histograms); in DestroyMetaBlockSplit()
|
D | metablock.c | 221 BROTLI_DCHECK(mb->command_histograms == 0); in BrotliBuildMetaBlock() 223 mb->command_histograms = in BrotliBuildMetaBlock() 225 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->command_histograms)) return; in BrotliBuildMetaBlock() 226 ClearHistogramsCommand(mb->command_histograms, mb->command_histograms_size); in BrotliBuildMetaBlock() 231 literal_histograms, mb->command_histograms, distance_histograms); in BrotliBuildMetaBlock() 572 1024, 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal() 664 mb->command_histograms[i].data_, in BrotliOptimizeHistograms()
|
D | encode.c | 2144 size_t command_histograms = in BrotliEncoderEstimatePeakMemoryUsage() local 2149 command_histograms * sizeof(HistogramCommand) + in BrotliEncoderEstimatePeakMemoryUsage()
|
D | brotli_bit_stream.c | 1024 BuildAndStoreEntropyCodesCommand(m, command_enc, mb->command_histograms, in BrotliStoreMetaBlock()
|