Searched refs:s2 (Results 1 – 4 of 4) sorted by relevance
/liblc3-latest/include/ |
D | lc3_private.h | 96 int64_t s1, s2; member
|
/liblc3-latest/src/ |
D | sns.c | 361 float s0, s1 = scf[0], s2 = scf[1], s3 = scf[2], s4 = scf[3]; in compute_scale_factors() local 362 float sn = s1 + s2; in compute_scale_factors() 369 s0 = s1, s1 = s2, s2 = s3, s3 = s4, s4 = scf[i+2]; in compute_scale_factors()
|
D | ltpf.c | 193 hp50->s1 = (hp50->s2 + (int64_t)xn * b1 - (int64_t)yn * a1); in filter_hp50() 194 hp50->s2 = ( (int64_t)xn * b2 - (int64_t)yn * a2); in filter_hp50()
|
/liblc3-latest/test/ |
D | ctypes.h | 247 PyDict_GetItemString(obj, "s2"), NPY_INT64, &hp50->s2)); in to_ltpf_hp50_state() 260 new_scalar(NPY_INT64, &hp50->s2)); in from_ltpf_hp50_state()
|