Home
last modified time | relevance | path

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

/liblc3-latest/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-latest/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-latest/src/
Dcommon.h47 #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
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.c348 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
Dtns.c42 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
Dltpf.c438 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/
Dbwdet.py88 def store(self, b): argument
92 def get(self, b): argument
Dsns.py340 def store(self, b): argument
441 def load(self, b): argument
Dltpf.py284 def store(self, b): argument
322 def load(self, b): argument
Dspec.py350 def store(self, b): argument
467 def load(self, b): argument
Dtns.py273 def store(self, b): argument
310 def load(self, b, bw, nbytes): argument
/liblc3-latest/tools/
Ddlc3.c37 #define MIN(a, b) ( (a) < (b) ? (a) : (b) ) argument
41 #define MAX(a, b) ( (a) > (b) ? (a) : (b) ) argument