Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dspec.c174 float x_lim = lc3_hr(sr) ? 0x7fffp8f : 0x7fffp0f; in estimate_gain() local
178 if (x_lim * unquantize_gain(*g_min - i) > x_max) in estimate_gain()
/liblc3-latest/test/
Dspec.py136 x_lim = [ 2**15 - 0.375, 2**23 ][hr]
137 g_min = 28 * np.log10(x_max / x_lim)