Home | History | Annotate | Download | only in dsp

Lines Matching refs:orig_v

343     const uint32_t orig_v = v;
355 correction = (23 * (orig_v & (y - 1))) >> 4;
367 const uint32_t orig_v = v;
375 if (orig_v >= APPROX_LOG_MAX) {
378 const int correction = (23 * (orig_v & (y - 1))) >> 4;
379 log_2 += (double)correction / orig_v;