Home
last modified time | relevance | path

Searched refs:maxcorr (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeex/
Dfilters.c599 spx_word32_t maxcorr; in interp_pitch() local
623 maxcorr = corr[0][0]; in interp_pitch()
628 if (corr[i][j] > maxcorr) in interp_pitch()
630 maxcorr = corr[i][j]; in interp_pitch()