Searched refs:find_best_pitch (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | pitch.c | 45 static void find_best_pitch(opus_val32 *xcorr, opus_val16 *y, int len, in find_best_pitch() function 360 find_best_pitch(xcorr, y_lp4, len>>2, max_pitch>>2, best_pitch in pitch_search() 388 find_best_pitch(xcorr, y, len>>1, max_pitch>>1, best_pitch in pitch_search()
|