Home
last modified time | relevance | path

Searched refs:pitch_lag_hz (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/vad/
Dpitch_internal.cc36 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()
Dpitch_internal_unittest.cc38 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()
Dpitch_based_vad_unittest.cc59 fread(audio_features.pitch_lag_hz, in TEST()
60 sizeof(audio_features.pitch_lag_hz[0]), 1, pitch_lag_file)); in TEST()
Dpitch_internal.h24 double* pitch_lag_hz);
Dcommon.h20 double pitch_lag_hz[kMaxNumFrames]; member
Dpitch_based_vad.cc81 gmm_features[2] = features.pitch_lag_hz[n]; in VoicingProbability()
Dvad_audio_proc.cc113 PitchAnalysis(features->log_pitch_gain, features->pitch_lag_hz, in ExtractFeatures()