Home
last modified time | relevance | path

Searched refs:VP8LBitsEntropy (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dhistogram.h112 double VP8LBitsEntropy(const uint32_t* const array, int n,
Dhistogram.c194 double VP8LBitsEntropy(const uint32_t* const array, int n, in VP8LBitsEntropy() function
Dvp8l.c288 entropy_comp[j] = VP8LBitsEntropy(&histo[j * 256], 256, NULL); in AnalyzeEntropy()