Searched refs:VP8LFastLog2 (Results 1 – 4 of 4) sorted by relevance
85 static WEBP_INLINE float VP8LFastLog2(uint32_t v) { in VP8LFastLog2() function
54 const double logsum = VP8LFastLog2(sum); in ConvertPopulationCountTableToBitEstimates()56 output[i] = logsum - VP8LFastLog2(population_counts[i]); in ConvertPopulationCountTableToBitEstimates()
478 VP8LFastLog2(14); in AnalyzeEntropy()483 VP8LFastLog2(24); in AnalyzeEntropy()
3057 b7eaa85d inline VP8LFastLog2() and VP8LFastSLog2 for small values3343 323dc4d9 remove use of log2(). Use VP8LFastLog2() instead.