Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h81 static WEBP_INLINE float VP8LFastSLog2(int v) { in VP8LFastSLog2() function
Dlossless.c498 retval -= VP8LFastSLog2(x); in CombinedShannonEntropy()
502 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy()
505 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy()
/external/chromium_org/third_party/libwebp/dsp/
Dlossless.h81 static WEBP_INLINE float VP8LFastSLog2(int v) { in VP8LFastSLog2() function
Dlossless.c498 retval -= VP8LFastSLog2(x); in CombinedShannonEntropy()
502 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy()
505 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy()
/external/webp/src/enc/
Dhistogram.c114 retval -= VP8LFastSLog2(array[i]); in BitsEntropy()
120 retval += VP8LFastSLog2(sum); in BitsEntropy()
/external/chromium_org/third_party/libwebp/enc/
Dhistogram.c114 retval -= VP8LFastSLog2(array[i]); in BitsEntropy()
120 retval += VP8LFastSLog2(sum); in BitsEntropy()