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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.h138 static WEBP_INLINE float VP8LFastSLog2(uint32_t v) { function
H A Dlossless.c571 retval -= VP8LFastSLog2(x);
573 retval -= VP8LFastSLog2(xy);
576 retval -= VP8LFastSLog2(xy);
579 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c192 retval -= VP8LFastSLog2(array[i]);
198 retval += VP8LFastSLog2(sum);
214 retval -= VP8LFastSLog2(xy);
220 retval += VP8LFastSLog2(sum);
/external/webp/src/dsp/
H A Dlossless.h138 static WEBP_INLINE float VP8LFastSLog2(uint32_t v) { function
H A Dlossless.c562 retval -= VP8LFastSLog2(x);
564 retval -= VP8LFastSLog2(xy);
567 retval -= VP8LFastSLog2(xy);
570 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);
/external/webp/src/enc/
H A Dhistogram.c192 retval -= VP8LFastSLog2(array[i]);
198 retval += VP8LFastSLog2(sum);
214 retval -= VP8LFastSLog2(xy);
220 retval += VP8LFastSLog2(sum);

Completed in 3764 milliseconds