webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
pitch_internal.cc File Reference
#include "webrtc/modules/audio_processing/vad/pitch_internal.h"
#include <cmath>

Functions

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)
 

Function Documentation

◆ 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 
)