HomeSort by relevance Sort by last modified time
    Searched refs:VP8LFastLog2 (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
lossless_common.h 85 static WEBP_INLINE float VP8LFastLog2(uint32_t v) {
  /external/webp/src/enc/
backward_references_enc.c 588 const double logsum = VP8LFastLog2(sum);
590 output[i] = logsum - VP8LFastLog2(population_counts[i]);
    [all...]

Completed in 58 milliseconds