Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/src/
Dltpf.h37 typedef struct lc3_ltpf_data { struct
Dltpf.c613 const int16_t *x, struct lc3_ltpf_data *data) in lc3_ltpf_analyse()
863 void lc3_ltpf_disable(struct lc3_ltpf_data *data) in lc3_ltpf_disable()
880 const struct lc3_ltpf_data *data) in lc3_ltpf_put_data()
889 void lc3_ltpf_get_data(lc3_bits_t *bits, struct lc3_ltpf_data *data) in lc3_ltpf_get_data()
/liblc3-3.5.0-3.4.0/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()