Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h130 static WEBP_INLINE float VP8LFastLog2(uint32_t v) { in VP8LFastLog2() function
/external/webp/src/enc/
Dbackward_references.c483 const double logsum = VP8LFastLog2(sum); in ConvertPopulationCountTableToBitEstimates()
485 output[i] = logsum - VP8LFastLog2(population_counts[i]); in ConvertPopulationCountTableToBitEstimates()