Searched defs:log_old_gain (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dpitch_internal.cc33 double* log_old_gain,
42 PitchInterpolation(*log_old_gain, gains, log_pitch_gain);
43 *log_old_gain = gains[num_in_frames - 1];
28 GetSubframesPitchParameters(int sampling_rate_hz, double* gains, double* lags, int num_in_frames, int num_out_frames, double* log_old_gain, double* old_lag, double* log_pitch_gain, double* pitch_lag_hz) argument
H A Dpitch_internal_unittest.cc22 double log_old_gain = log(0.5); local
41 kNumOutputParameters, &log_old_gain, &old_lag,
49 EXPECT_NEAR(log_old_gain, expected_log_old_gain, 1e-8);

Completed in 95 milliseconds