Searched refs:log_old_gain (Results 1 – 3 of 3) sorted by relevance
22 double log_old_gain = log(0.5); in TEST() local41 kNumOutputParameters, &log_old_gain, &old_lag, in TEST()49 EXPECT_NEAR(log_old_gain, expected_log_old_gain, 1e-8); in TEST()
33 double* log_old_gain, in GetSubframesPitchParameters() argument42 PitchInterpolation(*log_old_gain, gains, log_pitch_gain); in GetSubframesPitchParameters()43 *log_old_gain = gains[num_in_frames - 1]; in GetSubframesPitchParameters()
21 double* log_old_gain,