Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/vad/
Dpitch_internal_unittest.cc22 double log_old_gain = log(0.5); in TEST() local
41 kNumOutputParameters, &log_old_gain, &old_lag, in TEST()
49 EXPECT_NEAR(log_old_gain, expected_log_old_gain, 1e-8); in TEST()
Dpitch_internal.cc33 double* log_old_gain, in GetSubframesPitchParameters() argument
42 PitchInterpolation(*log_old_gain, gains, log_pitch_gain); in GetSubframesPitchParameters()
43 *log_old_gain = gains[num_in_frames - 1]; in GetSubframesPitchParameters()
Dpitch_internal.h21 double* log_old_gain,