Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dspec.c120 float x2_max = 0; in estimate_gain() local
128 x2_max = fmaxf(x2_max, x0); in estimate_gain()
129 x2_max = fmaxf(x2_max, x1); in estimate_gain()
130 x2_max = fmaxf(x2_max, x2); in estimate_gain()
131 x2_max = fmaxf(x2_max, x3); in estimate_gain()
136 float x_max = sqrtf(x2_max); in estimate_gain()