Home
last modified time | relevance | path

Searched defs:b (Results 1 – 16 of 16) sorted by relevance

/liblc3-3.7.0-3.6.0/test/neon/
Dneon.h55 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 …]
Dltpf_neon.c30 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/
Dsimd32.h23 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()
Dltpf_arm.c30 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/
Dbwdet.py84 def store(self, b): argument
88 def get(self, b): argument
Dsns.py305 def store(self, b): argument
406 def load(self, b): argument
Dltpf.py277 def store(self, b): argument
315 def load(self, b): argument
Dtns.py221 def store(self, b): argument
258 def load(self, b, bw, nbytes): argument
Dspec.py307 def store(self, b): argument
424 def load(self, b): argument
/liblc3-3.7.0-3.6.0/src/
Dcommon.h64 #define LC3_MIN(a, b) ( (a) < (b) ? (a) : (b) ) argument
65 #define LC3_MAX(a, b) ( (a) > (b) ? (a) : (b) ) argument
Dltpf_neon.h195 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()
Dltpf_arm.h25 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()
Dspec.c312 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
Dtns.c42 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
Dltpf.c389 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/
Ddlc3.c35 #define MIN(a, b) ( (a) < (b) ? (a) : (b) ) argument
39 #define MAX(a, b) ( (a) > (b) ? (a) : (b) ) argument