Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h112 double VP8LBitsEntropy(const uint32_t* const array, int n,
Dhistogram_enc.c195 double VP8LBitsEntropy(const uint32_t* const array, int n, in VP8LBitsEntropy() function
Dvp8l_enc.c249 entropy_comp[j] = VP8LBitsEntropy(&histo[j * 256], 256, NULL); in AnalyzeEntropy()