/liblc3-3.7.0-3.6.0/test/neon/ |
D | neon.h | 55 static int32x4_t vmull_s16(int16x4_t a, int16x4_t b) in vmull_s16() 62 static int32x4_t vmlal_s16(int32x4_t r, int16x4_t a, int16x4_t b) in vmlal_s16() 70 static int64x2_t vpadalq_s32(int64x2_t a, int32x4_t b) in vpadalq_s32() 103 static int16x4_t vext_s16(int16x4_t a, int16x4_t b, const int n) in vext_s16() 201 static float32x4_t vaddq_f32(float32x4_t a, float32x4_t b) in vaddq_f32() 208 static float32x4_t vsubq_f32(float32x4_t a, float32x4_t b) in vsubq_f32() 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() [all …]
|
D | ltpf_neon.c | 30 void lc3_put_bits_generic(lc3_bits_t *a, unsigned b, int c) in lc3_put_bits_generic() 33 unsigned lc3_get_bits_generic(struct lc3_bits *a, int b) in lc3_get_bits_generic()
|
/liblc3-3.7.0-3.6.0/test/arm/ |
D | simd32.h | 23 static inline int16x2_t __pkhbt(int16x2_t a, int16x2_t b) in __pkhbt() 37 static int16x2_t __pkhbt(int16x2_t a, int16x2_t b) in __pkhbt() 46 static int32_t __smlad(int16x2_t a, int16x2_t b, int32_t u) in __smlad() 55 static int64_t __smlald(int16x2_t a, int16x2_t b, int64_t u) in __smlald() 63 static int64_t __smlaldx(int16x2_t a, int16x2_t b, int64_t u) in __smlaldx()
|
D | ltpf_arm.c | 30 void lc3_put_bits_generic(lc3_bits_t *a, unsigned b, int c) in lc3_put_bits_generic() 33 unsigned lc3_get_bits_generic(struct lc3_bits *a, int b) in lc3_get_bits_generic()
|
/liblc3-3.7.0-3.6.0/test/ |
D | bwdet.py | 84 def store(self, b): argument 88 def get(self, b): argument
|
D | sns.py | 305 def store(self, b): argument 406 def load(self, b): argument
|
D | ltpf.py | 277 def store(self, b): argument 315 def load(self, b): argument
|
D | tns.py | 221 def store(self, b): argument 258 def load(self, b, bw, nbytes): argument
|
D | spec.py | 307 def store(self, b): argument 424 def load(self, b): argument
|
/liblc3-3.7.0-3.6.0/src/ |
D | common.h | 64 #define LC3_MIN(a, b) ( (a) < (b) ? (a) : (b) ) argument 65 #define LC3_MAX(a, b) ( (a) > (b) ? (a) : (b) ) argument
|
D | ltpf_neon.h | 195 LC3_HOT static inline float neon_dot(const int16_t *a, const int16_t *b, int n) in neon_dot() 227 const int16_t *a, const int16_t *b, int n, float *y, int nc) in neon_correlate()
|
D | ltpf_arm.h | 25 static inline int16x2_t __pkhbt(int16x2_t a, int16x2_t b) in __pkhbt() 460 const int16_t *a, const int16_t *b, int n, float *y, int nc) in arm_correlate()
|
D | spec.c | 312 uint16_t a = x[i] >> 1, b = x[i+1] >> 1; in compute_nbits() local 402 uint16_t a = x[i] >> 1, b = x[i+1] >> 1; in put_quantized() local 509 int b = s / 4; in get_quantized() local 591 uint16_t a = x[i] >> 1, b = x[i+1] >> 1; in put_lsb() local 623 float a = fabsf(x[i]), b = fabsf(x[i+1]); in get_lsb() local
|
D | tns.c | 42 LC3_HOT static inline float dot(const float *a, const float *b, int n) in dot() 168 float e, b[2][7], *b0, *b1; in lpc_reflection() local
|
D | ltpf.c | 389 LC3_HOT static inline float dot(const int16_t *a, const int16_t *b, int n) in dot() 412 const int16_t *a, const int16_t *b, int n, float *y, int nc) in correlate()
|
/liblc3-3.7.0-3.6.0/tools/ |
D | dlc3.c | 35 #define MIN(a, b) ( (a) < (b) ? (a) : (b) ) argument 39 #define MAX(a, b) ( (a) > (b) ? (a) : (b) ) argument
|