Searched refs:literal_histograms (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmetablock.h34 HistogramLiteral* literal_histograms; member in struct:MetaBlockSplit
50 mb->literal_histograms = 0;
65 BROTLI_FREE(m, mb->literal_histograms);
H A Dhistogram.h55 const ContextType* context_modes, HistogramLiteral* literal_histograms,
H A Dhistogram.c48 const ContextType* context_modes, HistogramLiteral* literal_histograms,
76 HistogramAddLiteral(&literal_histograms[context],
43 BrotliBuildHistogramsWithContext(const Command * cmds,const size_t num_commands,const BlockSplit * literal_split,const BlockSplit * insert_and_copy_split,const BlockSplit * dist_split,const uint8_t * ringbuffer,size_t start_pos,size_t mask,uint8_t prev_byte,uint8_t prev_byte2,const ContextType * context_modes,HistogramLiteral * literal_histograms,HistogramCommand * insert_and_copy_histograms,HistogramDistance * copy_dist_histograms) argument
H A Dmetablock.c140 HistogramLiteral* literal_histograms; local in function:BrotliBuildMetaBlock
207 literal_histograms =
209 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literal_histograms)) return;
210 ClearHistogramsLiteral(literal_histograms, literal_histograms_size);
229 literal_histograms, mb->command_histograms, distance_histograms);
239 BROTLI_DCHECK(mb->literal_histograms == 0);
241 mb->literal_histograms =
243 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->literal_histograms)) return;
245 BrotliClusterHistogramsLiteral(m, literal_histograms, literal_histograms_size,
246 kMaxNumberOfHistograms, mb->literal_histograms,
[all...]
H A Dbrotli_bit_stream.c1002 BuildAndStoreEntropyCodesLiteral(m, &literal_enc, mb->literal_histograms,

Completed in 9 milliseconds