Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/src/
H A 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()
H A 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()
H A 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()
/btstack/3rd-party/lc3-google/test/arm/
H A Dltpf_arm.c44 struct lc3_ltpf_hp50_state hp50 = { 0 }, hp50_arm = { 0 }; in check_resampler() local
/btstack/3rd-party/lc3-google/test/neon/
H A Dltpf_neon.c44 struct lc3_ltpf_hp50_state hp50 = { 0 }, hp50_neon = { 0 }; in check_resampler() local
/btstack/3rd-party/lc3-google/test/
H A Dltpf_py.c29 struct lc3_ltpf_hp50_state hp50; in resample_py() local
H A 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()
/btstack/3rd-party/lc3-google/include/
H A Dlc3_private.h104 struct lc3_ltpf_hp50_state hp50; member