Searched refs:xd_obj (Results 1 – 2 of 2) sorted by relevance
/liblc3-latest/test/ |
D | mdct_py.c | 29 PyObject *x_obj, *xd_obj, *y_obj, *d_obj; in mdct_forward_py() local 32 if (!PyArg_ParseTuple(args, "IIOO", &dt, &sr, &x_obj, &xd_obj)) in mdct_forward_py() 41 CTYPES_CHECK("xd", to_1d_ptr(xd_obj, NPY_FLOAT, nd, &xd)); in mdct_forward_py() 55 PyObject *x_obj, *xd_obj, *d_obj, *y_obj; in mdct_inverse_py() local 58 if (!PyArg_ParseTuple(args, "IIOO", &dt, &sr, &x_obj, &xd_obj)) in mdct_inverse_py() 67 CTYPES_CHECK("xd", to_1d_ptr(xd_obj, NPY_FLOAT, nd, &xd)); in mdct_inverse_py()
|
D | ctypes.h | 745 PyObject *xt_obj, *xs_obj, *xd_obj; in to_encoder() local 785 CTYPES_CHECK("encoder.xd", xd_obj = to_1d_copy( in to_encoder() 788 PyDict_SetItemString(obj, "xd", xd_obj); in to_encoder() 839 PyObject *xh_obj, *xd_obj, *xg_obj; in to_decoder() local 875 CTYPES_CHECK("decoder.xd", xd_obj = to_1d_copy( in to_decoder() 878 PyDict_SetItemString(obj, "xd", xd_obj); in to_decoder()
|