Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/src/
Dltpf.c554 float nc2 = rm2 <= 0 ? 0 : in detect_pitch() local
557 int t1sel = nc2 <= 0.85f * nc1; in detect_pitch()
561 return (t1sel ? nc1 : nc2) > 0.6f; in detect_pitch()