#include "webrtc/modules/audio_processing/vad/pitch_internal.h"
#include <cmath>
|
void | GetSubframesPitchParameters (int sampling_rate_hz, double *gains, double *lags, int num_in_frames, int num_out_frames, double *log_old_gain, double *old_lag, double *log_pitch_gain, double *pitch_lag_hz) |
|
◆ GetSubframesPitchParameters()
void GetSubframesPitchParameters |
( |
int |
sampling_rate_hz, |
|
|
double * |
gains, |
|
|
double * |
lags, |
|
|
int |
num_in_frames, |
|
|
int |
num_out_frames, |
|
|
double * |
log_old_gain, |
|
|
double * |
old_lag, |
|
|
double * |
log_pitch_gain, |
|
|
double * |
pitch_lag_hz |
|
) |
| |