/external/webrtc/webrtc/modules/audio_processing/vad/ |
pitch_internal.cc | 36 double* pitch_lag_hz) { 44 PitchInterpolation(*old_lag, lags, pitch_lag_hz); 49 pitch_lag_hz[n] = (sampling_rate_hz) / (pitch_lag_hz[n]);
|
pitch_internal_unittest.cc | 38 double pitch_lag_hz[kNumInputParameters]; local 42 log_pitch_gain, pitch_lag_hz); 45 EXPECT_NEAR(pitch_lag_hz[n], expected_pitch_lag_hz[n], 1e-6);
|
common.h | 20 double pitch_lag_hz[kMaxNumFrames]; member in struct:AudioFeatures
|
pitch_internal.h | 24 double* pitch_lag_hz);
|
pitch_based_vad_unittest.cc | 59 fread(audio_features.pitch_lag_hz, 60 sizeof(audio_features.pitch_lag_hz[0]), 1, pitch_lag_file));
|
pitch_based_vad.cc | 81 gmm_features[2] = features.pitch_lag_hz[n];
|
vad_audio_proc.cc | 113 PitchAnalysis(features->log_pitch_gain, features->pitch_lag_hz,
|