Home
last modified time | relevance | path

Searched defs:p (Results 1 – 7 of 7) sorted by relevance

/liblc3-latest/tables/
Dfastmath.py22 def fast_exp2(x, t, p): argument
65 def fast_log2(x, p): argument
/liblc3-latest/test/neon/
Dneon.h44 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/
Delc3.c85 struct parameters p = { .frame_ms = 10 }; in parse_args() local
151 struct parameters p = parse_args(argc, argv); in main() local
Ddlc3.c89 struct parameters p = { .bitdepth = 16 }; in parse_args() local
149 struct parameters p = parse_args(argc, argv); in main() local
/liblc3-latest/src/
Dltpf_arm.h48 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()
Dfastmath.h87 static const float p[] = { in lc3_exp2f() local
Dltpf.c213 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()