Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc.c336 const uint32_t orig_v = v; in FastSLog2Slow_C() local
348 correction = (23 * (orig_v & (y - 1))) >> 4; in FastSLog2Slow_C()
360 const uint32_t orig_v = v; in FastLog2Slow_C() local
368 if (orig_v >= APPROX_LOG_MAX) { in FastLog2Slow_C()
371 const int correction = (23 * (orig_v & (y - 1))) >> 4; in FastLog2Slow_C()
372 log_2 += (double)correction / orig_v; in FastLog2Slow_C()

Completed in 4 milliseconds