Home
last modified time | relevance | path

Searched defs:plc (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lc3-google/src/
H A Dplc.c26 void lc3_plc_reset(struct lc3_plc_state *plc) in lc3_plc_reset()
35 void lc3_plc_suspend(struct lc3_plc_state *plc) in lc3_plc_suspend()
45 struct lc3_plc_state *plc, const float *x, float *y) in lc3_plc_synthesize()
/btstack/3rd-party/lc3-google/test/
H A Dctypes.h665 static PyObject *new_plc_state(const struct lc3_plc_state *plc) in new_plc_state()
683 PyObject *obj, struct lc3_plc_state *plc) in to_plc_state()
/btstack/3rd-party/lc3-google/include/
H A Dlc3_private.h159 lc3_plc_state_t plc; member