Home
last modified time | relevance | path

Searched defs:hp50 (Results 1 – 8 of 8) sorted by relevance

/liblc3-latest/src/
Dltpf_arm.h49 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()
Dltpf_neon.h40 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()
Dltpf.c185 struct lc3_ltpf_hp50_state *hp50, int32_t xn) in filter_hp50()
214 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x64k_12k8()
259 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x192k_12k8()
304 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_8k_12k8()
320 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_16k_12k8()
336 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_32k_12k8()
352 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_24k_12k8()
368 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_48k_12k8()
384 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_96k_12k8()
/liblc3-latest/test/arm/
Dltpf_arm.c44 struct lc3_ltpf_hp50_state hp50 = { 0 }, hp50_arm = { 0 }; in check_resampler() local
/liblc3-latest/test/neon/
Dltpf_neon.c44 struct lc3_ltpf_hp50_state hp50 = { 0 }, hp50_neon = { 0 }; in check_resampler() local
/liblc3-latest/test/
Dltpf_py.c29 struct lc3_ltpf_hp50_state hp50; in resample_py() local
Dctypes.h239 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-latest/include/
Dlc3_private.h104 struct lc3_ltpf_hp50_state hp50; member