OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitsEntropy
(Results
1 - 6
of
6
) sorted by null
/external/brotli/c/enc/
bit_cost.h
44
static BROTLI_INLINE double
BitsEntropy
(
metablock_inc.h
96
BitsEntropy
(histograms[0].data_, self->alphabet_size_);
105
double entropy =
BitsEntropy
(histograms[self->curr_histogram_ix_].data_,
116
combined_entropy[j] =
BitsEntropy
(
bit_cost_inc.h
122
bits +=
BitsEntropy
(depth_histo, BROTLI_CODE_LENGTH_CODES);
metablock.c
404
BitsEntropy
(histograms[i].data_, self->alphabet_size_);
430
entropy[i] =
BitsEntropy
(histograms[curr_histo_ix].data_,
438
combined_entropy[jx] =
BitsEntropy
(
compress_fragment_two_pass.c
536
return TO_BROTLI_BOOL(
BitsEntropy
(literal_histo, 256) < max_total_bit_cost);
encode.c
318
Shannon entropy instead of '
BitsEntropy
' since the prefix will be
320
BitsEntropy
will assume that symbol to be stored alone using Huffman
515
if (
BitsEntropy
(literal_histo, 256) > bit_cost_threshold) {
[
all
...]
Completed in 297 milliseconds