Searched refs:pitch_lag_hz (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | pitch_internal.cc | 36 double* pitch_lag_hz) { in GetSubframesPitchParameters() argument 44 PitchInterpolation(*old_lag, lags, pitch_lag_hz); in GetSubframesPitchParameters() 49 pitch_lag_hz[n] = (sampling_rate_hz) / (pitch_lag_hz[n]); in GetSubframesPitchParameters()
|
D | pitch_internal_unittest.cc | 38 double pitch_lag_hz[kNumInputParameters]; in TEST() local 42 log_pitch_gain, pitch_lag_hz); in TEST() 45 EXPECT_NEAR(pitch_lag_hz[n], expected_pitch_lag_hz[n], 1e-6); in TEST()
|
D | pitch_based_vad_unittest.cc | 59 fread(audio_features.pitch_lag_hz, in TEST() 60 sizeof(audio_features.pitch_lag_hz[0]), 1, pitch_lag_file)); in TEST()
|
D | pitch_internal.h | 24 double* pitch_lag_hz);
|
D | common.h | 20 double pitch_lag_hz[kMaxNumFrames]; member
|
D | pitch_based_vad.cc | 81 gmm_features[2] = features.pitch_lag_hz[n]; in VoicingProbability()
|
D | vad_audio_proc.cc | 113 PitchAnalysis(features->log_pitch_gain, features->pitch_lag_hz, in ExtractFeatures()
|