Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h118 double VP8LBitsEntropy(const uint32_t* const array, int n);
Dhistogram_enc.c263 double VP8LBitsEntropy(const uint32_t* const array, int n) { in VP8LBitsEntropy() function
Dvp8l_enc.c261 entropy_comp[j] = VP8LBitsEntropy(&histo[j * 256], 256); in AnalyzeEntropy()