Searched defs:p (Results 1 – 7 of 7) sorted by relevance
/liblc3-latest/tables/ |
D | fastmath.py | 22 def fast_exp2(x, t, p): argument 65 def fast_log2(x, p): argument
|
/liblc3-latest/test/neon/ |
D | neon.h | 44 static int16x4_t vld1_s16(const int16_t *p) in vld1_s16() 141 static float32x2_t vld1_f32(const float *p) in vld1_f32() 147 static float32x4_t vld1q_f32(const float *p) in vld1q_f32() 153 static float32x4_t vld1q_dup_f32(const float *p) in vld1q_dup_f32() 159 static float32x2x2_t vld2_f32(const float *p) in vld2_f32() 166 static float32x4x2_t vld2q_f32(const float *p) in vld2q_f32() 173 static void vst1_f32(float *p, float32x2_t v) in vst1_f32() 179 static void vst1q_f32(float *p, float32x4_t v) in vst1q_f32()
|
/liblc3-latest/tools/ |
D | elc3.c | 85 struct parameters p = { .frame_ms = 10 }; in parse_args() local 151 struct parameters p = parse_args(argc, argv); in main() local
|
D | dlc3.c | 89 struct parameters p = { .bitdepth = 16 }; in parse_args() local 149 struct parameters p = parse_args(argc, argv); in main() local
|
/liblc3-latest/src/ |
D | ltpf_arm.h | 48 static inline void arm_resample_x64k_12k8(const int p, const int16x2_t *h, in arm_resample_x64k_12k8() 79 static inline void arm_resample_x192k_12k8(const int p, const int16x2_t *h, in arm_resample_x192k_12k8()
|
D | fastmath.h | 87 static const float p[] = { in lc3_exp2f() local
|
D | ltpf.c | 213 LC3_HOT static inline void resample_x64k_12k8(const int p, const int16_t *h, in resample_x64k_12k8() 258 LC3_HOT static inline void resample_x192k_12k8(const int p, const int16_t *h, in resample_x192k_12k8()
|