Home
last modified time | relevance | path

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

/dports/net/sems/sems-f89581a/core/
H A DLowcFE.cpp184 Float bestcorr; in findpitch() local
205 bestcorr = corr; in findpitch()
218 if (corr >= bestcorr) { in findpitch()
219 bestcorr = corr; in findpitch()
242 bestcorr = corr; in findpitch()
255 if (corr > bestcorr) { in findpitch()
256 bestcorr = corr; in findpitch()
/dports/net/opal/opal-3.10.10/src/codec/
H A Dg711a1_plc.cxx575 double bestcorr; in findpitch() local
598 bestcorr = corr; in findpitch()
614 if (corr >= bestcorr) { in findpitch()
615 bestcorr = corr; in findpitch()
639 bestcorr = corr; in findpitch()
655 if (corr > bestcorr) { in findpitch()
656 bestcorr = corr; in findpitch()