Home
last modified time | relevance | path

Searched refs:VP8LFastLog2 (Results 1 – 3 of 3) 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_cost_enc.c54 const double logsum = VP8LFastLog2(sum); in ConvertPopulationCountTableToBitEstimates()
56 output[i] = logsum - VP8LFastLog2(population_counts[i]); in ConvertPopulationCountTableToBitEstimates()
Dvp8l_enc.c285 VP8LFastLog2(14); in AnalyzeEntropy()
290 VP8LFastLog2(24); in AnalyzeEntropy()