OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShannonEntropy
(Results
1 - 2
of
2
) sorted by null
/external/brotli/c/enc/
bit_cost.h
21
static BROTLI_INLINE double
ShannonEntropy
(
47
double retval =
ShannonEntropy
(population, size, &sum);
encode.c
349
entropy[1] =
ShannonEntropy
(monogram_histo, 3, &dummy);
350
entropy[2] = (
ShannonEntropy
(two_prefix_histo, 3, &dummy) +
351
ShannonEntropy
(two_prefix_histo + 3, 3, &dummy));
354
entropy[3] +=
ShannonEntropy
(bigram_histo + 3 * i, 3, &dummy);
440
entropy[1] =
ShannonEntropy
(combined_histo, 32, &dummy);
443
entropy[2] +=
ShannonEntropy
(&context_histo[i][0], 32, &dummy);
[
all
...]
Completed in 318 milliseconds