Searched defs:hp50 (Results 1 – 8 of 8) sorted by relevance
/liblc3-3.5.0-3.4.0/src/ |
D | ltpf_arm.h | 49 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x64k_12k8() 80 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x192k_12k8() 122 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_8k_12k8() 159 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_16k_12k8() 217 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_32k_12k8() 266 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_24k_12k8() 367 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_48k_12k8()
|
D | ltpf_neon.h | 40 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_16k_12k8() 88 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_32k_12k8() 133 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_48k_12k8()
|
D | ltpf.c | 155 struct lc3_ltpf_hp50_state *hp50, int32_t xn) in filter_hp50() 184 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x64k_12k8() 228 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x192k_12k8() 273 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_8k_12k8() 289 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_16k_12k8() 305 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_32k_12k8() 321 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_24k_12k8() 337 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_48k_12k8()
|
/liblc3-3.5.0-3.4.0/test/arm/ |
D | ltpf_arm.c | 44 struct lc3_ltpf_hp50_state hp50 = { 0 }, hp50_arm = { 0 }; in check_resampler() local
|
/liblc3-3.5.0-3.4.0/test/neon/ |
D | ltpf_neon.c | 44 struct lc3_ltpf_hp50_state hp50 = { 0 }, hp50_neon = { 0 }; in check_resampler() local
|
/liblc3-3.5.0-3.4.0/test/ |
D | ltpf_py.c | 29 struct lc3_ltpf_hp50_state hp50; in resample_py() local
|
D | ctypes.h | 239 PyObject *obj, struct lc3_ltpf_hp50_state *hp50) in to_ltpf_hp50_state() 254 PyObject *obj, const struct lc3_ltpf_hp50_state *hp50) in from_ltpf_hp50_state()
|
/liblc3-3.5.0-3.4.0/include/ |
D | lc3_private.h | 91 struct lc3_ltpf_hp50_state hp50; member
|