Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/test/
Dltpf_py.c56 struct lc3_ltpf_analysis ltpf; in analyse_py() local
81 struct lc3_ltpf_synthesis ltpf; in synthesize_py() local
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()
/liblc3-3.5.0-3.4.0/include/
Dlc3_private.h107 lc3_ltpf_analysis_t ltpf; member
145 lc3_ltpf_synthesis_t ltpf; member
/liblc3-3.5.0-3.4.0/src/
Dltpf.c534 struct lc3_ltpf_analysis *ltpf, const int16_t *x, int n, int *tc) in detect_pitch()
612 enum lc3_dt dt, enum lc3_srate sr, struct lc3_ltpf_analysis *ltpf, in lc3_ltpf_analyse()
791 lc3_ltpf_synthesis_t *ltpf, const lc3_ltpf_data_t *data, in lc3_ltpf_synthesize()
Dlc3.c42 lc3_ltpf_data_t ltpf; member