Home
last modified time | relevance | path

Searched defs:c (Results 1 – 8 of 8) sorted by relevance

/liblc3-3.7.0-3.6.0/src/
Dfastmath.h41 static const float c[] = { 1.27191277e-09, 1.47415221e-07, in fast_exp2f() local
73 static const float c[] = { in fast_log2f() local
Dsns.c376 LC3_HOT static void normalize(const int *c, float *cn) in normalize()
545 const float *c, int shape, int gain, float *scf) in unquantize()
565 static void enum_mvpq(const int *c, int n, int *idx, bool *ls) in enum_mvpq()
595 static void deenum_mvpq(int idx, bool ls, int npulses, int *c, int n) in deenum_mvpq()
634 static void enumerate(int shape, const int *c, in enumerate()
651 int idx_a, bool ls_a, int idx_b, bool ls_b, int *c) in deenumerate()
738 int c[4][16]; in lc3_sns_analyze() local
763 int c[16]; in lc3_sns_synthesize() local
Dltpf.c711 const float *c, const int w, int fade) in synthesize_template()
765 const float *x0, float *x, int n, const float *c, int fade) in synthesize_4()
771 const float *x0, float *x, int n, const float *c, int fade) in synthesize_6()
777 const float *x0, float *x, int n, const float *c, int fade) in synthesize_8()
783 const float *x0, float *x, int n, const float *c, int fade) in synthesize_12()
824 float c[2 * MAX_FILTER_WIDTH]; in lc3_ltpf_synthesize() local
Dtns.c93 float c[9][3]; in compute_lpc_coeffs() local
/liblc3-3.7.0-3.6.0/test/neon/
Dneon.h215 static float32x2_t vfma_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vfma_f32()
222 static float32x4_t vfmaq_f32(float32x4_t a, float32x4_t b, float32x4_t c) in vfmaq_f32()
230 static float32x2_t vfms_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vfms_f32()
237 static float32x4_t vfmsq_f32(float32x4_t a, float32x4_t b, float32x4_t c) in vfmsq_f32()
Dltpf_neon.c30 void lc3_put_bits_generic(lc3_bits_t *a, unsigned b, int c) in lc3_put_bits_generic()
/liblc3-3.7.0-3.6.0/test/arm/
Dltpf_arm.c30 void lc3_put_bits_generic(lc3_bits_t *a, unsigned b, int c) in lc3_put_bits_generic()
/liblc3-3.7.0-3.6.0/include/
Dlc3_private.h132 float c[2*12], x[12]; member