Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_common.h85 static WEBP_INLINE float VP8LFastLog2(uint32_t v) { in VP8LFastLog2() function
/third_party/skia/third_party/externals/libwebp/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.c478 VP8LFastLog2(14); in AnalyzeEntropy()
483 VP8LFastLog2(24); in AnalyzeEntropy()
/third_party/skia/third_party/externals/libwebp/
DChangeLog3057 b7eaa85d inline VP8LFastLog2() and VP8LFastSLog2 for small values
3343 323dc4d9 remove use of log2(). Use VP8LFastLog2() instead.