OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HuffmanCost
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
histogram.c
154
static double
HuffmanCost
(const int* const population, int length) {
192
return BitsEntropy(population, length) +
HuffmanCost
(population, length);
/external/webp/src/enc/
histogram.c
154
static double
HuffmanCost
(const int* const population, int length) {
192
return BitsEntropy(population, length) +
HuffmanCost
(population, length);
Completed in 618 milliseconds