Searched defs:max_pitch (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 738 multicomb(const float *exc, float *new_exc, float *ak, int p, int nsf, int pitch, int max_pitch, float comb_gain) multicomb() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_arnndn.c | 608 celt_pitch_xcorr(const float *x, const float *y, float *xcorr, int len, int max_pitch) celt_pitch_xcorr() argument 908 find_best_pitch(float *xcorr, float *y, int len, int max_pitch, int *best_pitch) find_best_pitch() argument 955 pitch_search(const float *x_lp, float *y, int len, int max_pitch, int *pitch) pitch_search() argument [all...] |
Completed in 5 milliseconds