Home
last modified time | relevance | path

Searched refs:lc3_ltpf_data (Results 1 – 4 of 4) sorted by relevance

/liblc3-latest/src/
Dltpf.h30 typedef struct lc3_ltpf_data { struct
Dltpf.c662 const int16_t *x, struct lc3_ltpf_data *data) in lc3_ltpf_analyse()
933 void lc3_ltpf_disable(struct lc3_ltpf_data *data) in lc3_ltpf_disable()
950 const struct lc3_ltpf_data *data) in lc3_ltpf_put_data()
960 struct lc3_ltpf_data *data) in lc3_ltpf_get_data()
/liblc3-latest/test/
Dltpf_py.c57 struct lc3_ltpf_data data = { 0 }; in analyse_py()
82 struct lc3_ltpf_data data; in synthesize_py()
Dctypes.h382 static PyObject *new_ltpf_data(const struct lc3_ltpf_data *data) in new_ltpf_data()
397 PyObject *obj, const struct lc3_ltpf_data *data) in to_ltpf_data()