Home
last modified time | relevance | path

Searched defs:ltpf (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lc3-google/test/
H A Dltpf_py.c56 struct lc3_ltpf_analysis ltpf; in analyse_py() local
81 struct lc3_ltpf_synthesis ltpf; in synthesize_py() local
H A Dctypes.h267 PyObject *obj, struct lc3_ltpf_analysis *ltpf) in to_ltpf_analysis()
304 PyObject *obj, const struct lc3_ltpf_analysis *ltpf) in from_ltpf_analysis()
337 PyObject *obj, struct lc3_ltpf_synthesis *ltpf) in to_ltpf_synthesis()
362 PyObject *obj, const struct lc3_ltpf_synthesis *ltpf) in from_ltpf_synthesis()
/btstack/3rd-party/lc3-google/include/
H A Dlc3_private.h120 lc3_ltpf_analysis_t ltpf; member
158 lc3_ltpf_synthesis_t ltpf; member
/btstack/3rd-party/lc3-google/src/
H A Dltpf.c582 static bool detect_pitch(struct lc3_ltpf_analysis *ltpf, in detect_pitch()
661 enum lc3_dt dt, enum lc3_srate sr, struct lc3_ltpf_analysis *ltpf, in lc3_ltpf_analyse()
856 lc3_ltpf_synthesis_t *ltpf, const lc3_ltpf_data_t *data, in lc3_ltpf_synthesize()
H A Dlc3.c42 lc3_ltpf_data_t ltpf; member