Home
last modified time | relevance | path

Searched refs:side_data (Results 1 – 2 of 2) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dlc3.c39 struct side_data { struct
248 int nbytes, struct side_data *side, uint16_t *xq) in analyze()
299 const struct side_data *side, uint16_t *xq, int nbytes, void *buffer) in encode()
398 struct side_data side; in lc3_encode()
517 const void *data, int nbytes, struct side_data *side) in decode()
563 const struct side_data *side, int nbytes) in synthesize()
691 struct side_data side; in lc3_decode()
/liblc3-3.5.0-3.4.0/test/
Dctypes.h620 static PyObject *new_side_data(const struct side_data *side) in new_side_data()
640 static PyObject *to_side_data(PyObject *obj, struct side_data *side) in to_side_data()