Searched refs:X_F (Results 1 – 3 of 3) sorted by relevance
/liblc3-3.5.0-3.4.0/test/ |
D | spec.py | 739 for i in range(len(C.X_F[dt])): 741 g_int = lc3.spec_estimate_gain(dt, sr, C.X_F[dt][i], 746 C.GG_IND[dt][i] + C.GG_OFF[dt][i], C.X_F[dt][i]) 761 C.GG_IND_ADJ[dt][i] + C.GG_OFF[dt][i], C.X_F[dt][i]) 773 C.PITCH_PRESENT[dt][i], tns_data, state_c, C.X_F[dt][i]) 794 xq, nq, C.X_F[dt][i] / gg)
|
D | appendix_c.py | 1262 X_F = [ X_F_7M5, X_F_10M ] variable
|
D | tns.py | 382 ok = ok and np.amax(np.abs(x - C.X_F[dt][i])) < 1e-3
|