Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c192 retval -= VP8LFastSLog2(array[i]); in BitsEntropy()
198 retval += VP8LFastSLog2(sum); in BitsEntropy()
214 retval -= VP8LFastSLog2(xy); in BitsEntropyCombined()
220 retval += VP8LFastSLog2(sum); in BitsEntropyCombined()
/external/webp/src/dsp/
Dlossless.c571 retval -= VP8LFastSLog2(x); in CombinedShannonEntropy()
573 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy()
576 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy()
579 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy()
Dlossless.h134 static WEBP_INLINE float VP8LFastSLog2(uint32_t v) { in VP8LFastSLog2() function