Searched refs:ShannonEntropy (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | bit_cost.h | 21 static BROTLI_INLINE double ShannonEntropy( function in typeref:typename:BROTLI_INLINE double 47 double retval = ShannonEntropy(population, size, &sum);
|
| H A D | encode.c | 366 entropy[1] = ShannonEntropy(monogram_histo, 3, &dummy); 367 entropy[2] = (ShannonEntropy(two_prefix_histo, 3, &dummy) + 368 ShannonEntropy(two_prefix_histo + 3, 3, &dummy)); 371 entropy[3] += ShannonEntropy(bigram_histo + 3 * i, 3, &dummy); 457 entropy[1] = ShannonEntropy(combined_histo, 32, &dummy); 460 entropy[2] += ShannonEntropy(&context_histo[i][0], 32, &dummy);
|
Completed in 6 milliseconds