Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/src/
Dltpf.c536 float rm1, rm2; in detect_pitch() local
545 int t1 = argmax_weighted(r, nr, -.5f/(nr-1), &rm1); in detect_pitch()
551 float nc1 = rm1 <= 0 ? 0 : in detect_pitch()
552 rm1 / sqrtf(dot(x, x, n) * dot(x1, x1, n)); in detect_pitch()