Searched refs:find_best_pitch (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_arnndn.c | 920 static void find_best_pitch(float *xcorr, float *y, int len, in find_best_pitch() function 990 find_best_pitch(xcorr, y_lp4, len>>2, max_pitch>>2, best_pitch); in pitch_search() 1002 find_best_pitch(xcorr, y, len>>1, max_pitch>>1, best_pitch); in pitch_search()
|