Searched defs:c (Results 1 – 8 of 8) sorted by relevance
/liblc3-latest/src/ |
D | sns.c | 417 LC3_HOT static void normalize(const int *c, float *cn) in normalize() 586 const float *c, int shape, int gain, float *scf) in unquantize() 606 static void enum_mvpq(const int *c, int n, int *idx, bool *ls) in enum_mvpq() 638 static void deenum_mvpq(int idx, bool ls, int npulses, int *c, int n) in deenum_mvpq() 677 static void enumerate(int shape, const int *c, in enumerate() 694 int idx_a, bool ls_a, int idx_b, bool ls_b, int *c) in deenumerate() 786 int c[4][16]; in lc3_sns_analyze() local 812 int c[16]; in lc3_sns_synthesize() local
|
D | ltpf.c | 764 const float *c, const int w, int fade) in synthesize_template() 818 const float *x0, float *x, int n, const float *c, int fade) in synthesize_4() 824 const float *x0, float *x, int n, const float *c, int fade) in synthesize_6() 830 const float *x0, float *x, int n, const float *c, int fade) in synthesize_8() 836 const float *x0, float *x, int n, const float *c, int fade) in synthesize_12() 881 float c[2 * MAX_FILTER_WIDTH]; in lc3_ltpf_synthesize() local
|
D | fastmath.h | 134 static const float c[] = { in lc3_log2f() local
|
D | tns.c | 131 float c[9][3] = { 0 }; in compute_lpc_coeffs() local
|
/liblc3-latest/test/neon/ |
D | neon.h | 215 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()
|
D | ltpf_neon.c | 30 void lc3_put_bits_generic(lc3_bits_t *a, unsigned b, int c) in lc3_put_bits_generic()
|
/liblc3-latest/test/arm/ |
D | ltpf_arm.c | 30 void lc3_put_bits_generic(lc3_bits_t *a, unsigned b, int c) in lc3_put_bits_generic()
|
/liblc3-latest/include/ |
D | lc3_private.h | 145 float c[2*12], x[12]; member
|