Home
last modified time | relevance | path

Searched defs:f (Results 1 – 7 of 7) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dtns.c92 for (int f = 0; f < nfilters; f++) { in compute_lpc_coeffs() local
112 for (int f = 0; f < nfilters; f++) { in compute_lpc_coeffs() local
265 for (int f = 0; f < nfilters; f++) { in forward_filtering() local
306 for (int f = 0; f < nfilters; f++) { in inverse_filtering() local
357 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_analyze() local
383 for (int f = 0; f < data->nfilters; f++) in lc3_tns_synthesize() local
397 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_get_nbits() local
419 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_put_data() local
444 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_get_data() local
Dfastmath.h148 union { float f; uint32_t u; } x2 = { .f = x*x }; in fast_db_q16() member
Dmdct.c424 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_forward() member
445 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_inverse() member
Dmdct_neon.h36 static const union { float f[2]; uint64_t u64; } in neon_fft_5() member
Dltpf.c576 int e, f; in refine_pitch() local
/liblc3-3.5.0-3.4.0/test/
Dtns.py103 def compute_lpc_coeffs(self, bw, f, x): argument
/liblc3-3.5.0-3.4.0/test/neon/
Dneon.h252 float *f = (float *)&u; in vcreate_f32() local