Home
last modified time | relevance | path

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

/liblc3-latest/wasm/
Dmath.h31 #define fmaxf __builtin_fmaxf macro
/liblc3-latest/src/
Dspec.c128 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()
141 e[i].q16 = lc3_db_q16(fmaxf(e[i].f + nf, 1e-10f)); in estimate_gain()
677 if (fmaxf(a, b) < 4) in get_lsb()
840 nbits_off = fminf(fmaxf(nbits_off, -40), 40); in lc3_spec_analyze()
Dsns.c322 float noise_floor = fmaxf(e_sum * (1e-4f / 64), 0x1p-32f); in compute_scale_factors()
325 e[i] = lc3_log2f(fmaxf(e[i], noise_floor)) * 0.5f; in compute_scale_factors()
492 float proj_factor = (6 - 1) / fmaxf(xm_sum, 1e-31f); in quantize()
Dlc3.c554 *pcm = fminf(fmaxf(s, -1.f), 1.f); in store_float()