Searched refs:BitsEntropy (Results 1 – 6 of 6) sorted by relevance
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()
44 static BROTLI_INLINE double BitsEntropy( in BitsEntropy() function
122 bits += BitsEntropy(depth_histo, BROTLI_CODE_LENGTH_CODES); in FN()
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()
536 return TO_BROTLI_BOOL(BitsEntropy(literal_histo, 256) < max_total_bit_cost); in ShouldCompress()
532 if (BitsEntropy(literal_histo, 256) > bit_cost_threshold) { in ShouldCompress()