/liblc3-latest/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-latest/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-latest/src/ |
D | common.h | 47 #define LC3_IF_PLUS(a, b) (a) argument 49 #define LC3_IF_PLUS(a, b) (b) argument 53 #define LC3_IF_PLUS_HR(a, b) (a) argument 55 #define LC3_IF_PLUS_HR(a, b) (b) argument 85 #define LC3_MIN(a, b) ( (a) < (b) ? (a) : (b) ) argument 86 #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 | 348 uint32_t b = fabsf(x[i+1]) + xq_off; in compute_nbits() local 437 uint32_t b = fabsf(x[i+1]) + xq_off; in put_quantized() local 547 int b = s / 4; in get_quantized() local 587 bool b = (xr - truncf(xr) < xq_lim) ^ (x[i] < 0); in put_residual() local 644 uint32_t b = fabsf(x[i+1]) + xq_off; in put_lsb() local 675 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() 214 float e, b[2][7], *b0, *b1; in lpc_reflection() local
|
D | ltpf.c | 438 LC3_HOT static inline float dot(const int16_t *a, const int16_t *b, int n) in dot() 461 const int16_t *a, const int16_t *b, int n, float *y, int nc) in correlate()
|
/liblc3-latest/test/ |
D | bwdet.py | 88 def store(self, b): argument 92 def get(self, b): argument
|
D | sns.py | 340 def store(self, b): argument 441 def load(self, b): argument
|
D | ltpf.py | 284 def store(self, b): argument 322 def load(self, b): argument
|
D | spec.py | 350 def store(self, b): argument 467 def load(self, b): argument
|
D | tns.py | 273 def store(self, b): argument 310 def load(self, b, bw, nbytes): argument
|
/liblc3-latest/tools/ |
D | dlc3.c | 37 #define MIN(a, b) ( (a) < (b) ? (a) : (b) ) argument 41 #define MAX(a, b) ( (a) > (b) ? (a) : (b) ) argument
|