Searched refs:BitsEntropy (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
D | metablock_inc.h | 96 BitsEntropy(histograms[0].data_, self->alphabet_size_); in FN() 105 double entropy = BitsEntropy(histograms[self->curr_histogram_ix_].data_, in FN() 116 combined_entropy[j] = BitsEntropy( in FN()
|
D | bit_cost.h | 44 static BROTLI_INLINE double BitsEntropy( in BitsEntropy() function
|
D | bit_cost_inc.h | 122 bits += BitsEntropy(depth_histo, BROTLI_CODE_LENGTH_CODES); in FN()
|
D | metablock.c | 400 BitsEntropy(histograms[i].data_, self->alphabet_size_); in ContextBlockSplitterFinishBlock() 426 entropy[i] = BitsEntropy(histograms[curr_histo_ix].data_, in ContextBlockSplitterFinishBlock() 434 combined_entropy[jx] = BitsEntropy( in ContextBlockSplitterFinishBlock()
|
D | compress_fragment_two_pass.c | 536 return TO_BROTLI_BOOL(BitsEntropy(literal_histo, 256) < max_total_bit_cost); in ShouldCompress()
|
D | encode.c | 532 if (BitsEntropy(literal_histo, 256) > bit_cost_threshold) { in ShouldCompress()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | metablock_inc.h | 96 BitsEntropy(histograms[0].data_, self->alphabet_size_); in FN() 105 double entropy = BitsEntropy(histograms[self->curr_histogram_ix_].data_, in FN() 116 combined_entropy[j] = BitsEntropy( in FN()
|
D | bit_cost.h | 44 static BROTLI_INLINE double BitsEntropy( in BitsEntropy() function
|
D | bit_cost_inc.h | 122 bits += BitsEntropy(depth_histo, BROTLI_CODE_LENGTH_CODES); in FN()
|
D | metablock.c | 400 BitsEntropy(histograms[i].data_, self->alphabet_size_); in ContextBlockSplitterFinishBlock() 426 entropy[i] = BitsEntropy(histograms[curr_histo_ix].data_, in ContextBlockSplitterFinishBlock() 434 combined_entropy[jx] = BitsEntropy( in ContextBlockSplitterFinishBlock()
|
D | compress_fragment_two_pass.c | 536 return TO_BROTLI_BOOL(BitsEntropy(literal_histo, 256) < max_total_bit_cost); in ShouldCompress()
|
D | encode.c | 532 if (BitsEntropy(literal_histo, 256) > bit_cost_threshold) { in ShouldCompress()
|