Searched refs:command_histograms (Results 1 – 3 of 3) sorted by relevance
/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 | 223 BROTLI_DCHECK(mb->command_histograms == 0); in BrotliBuildMetaBlock() 225 mb->command_histograms = in BrotliBuildMetaBlock() 228 ClearHistogramsCommand(mb->command_histograms, mb->command_histograms_size); in BrotliBuildMetaBlock() 233 literal_histograms, mb->command_histograms, distance_histograms); in BrotliBuildMetaBlock() 570 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal() 655 mb->command_histograms[i].data_, in BrotliOptimizeHistograms()
|
D | brotli_bit_stream.c | 1023 BuildAndStoreEntropyCodesCommand(m, &command_enc, mb->command_histograms, in BrotliStoreMetaBlock()
|