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

  /external/webrtc/webrtc/modules/audio_processing/agc/
utility.cc 15 static const double kLog10 = 2.30258509299;
16 static const double kLinear2DbScale = 20.0 / kLog10;
17 static const double kLinear2LoudnessScale = 13.4 / kLog10;
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 71 const uint16_t kLog10 = 54426; // log2(10) in Q14
86 // kLog10 = 54426; // log2(10) in Q14
221 tmp32 = (y32 >> 1) * kLog10 + 4096; // in Q27
225 tmp32 = y32 * kLog10 + 8192; // in Q28

Completed in 207 milliseconds