Home
last modified time | relevance | path

Searched refs:command_histograms (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/enc/
Dmetablock.h36 HistogramCommand* command_histograms; member
52 mb->command_histograms = 0; in InitMetaBlockSplit()
66 BROTLI_FREE(m, mb->command_histograms); in DestroyMetaBlockSplit()
Dmetablock.c80 assert(mb->command_histograms == 0); in BrotliBuildMetaBlock()
82 mb->command_histograms = in BrotliBuildMetaBlock()
85 ClearHistogramsCommand(mb->command_histograms, mb->command_histograms_size); in BrotliBuildMetaBlock()
90 literal_histograms, mb->command_histograms, distance_histograms); in BrotliBuildMetaBlock()
427 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal()
513 mb->command_histograms[i].data_, in BrotliOptimizeHistograms()
Dbrotli_bit_stream.c1022 BuildAndStoreEntropyCodesCommand(m, &command_enc, mb->command_histograms, in BrotliStoreMetaBlock()