Home
last modified time | relevance | path

Searched refs:VP8LFastLog2 (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dlossless_common.h85 static WEBP_INLINE float VP8LFastLog2(uint32_t v) { in VP8LFastLog2() function
/external/webp/src/enc/
Dbackward_references_enc.c588 const double logsum = VP8LFastLog2(sum); in ConvertPopulationCountTableToBitEstimates()
590 output[i] = logsum - VP8LFastLog2(population_counts[i]); in ConvertPopulationCountTableToBitEstimates()