Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/test/
Dspec_py.c71 PyObject *x_obj, *xq_obj; in quantize_py() local
88 xq_obj = new_1d_ptr(NPY_INT16, ne, &xq); in quantize_py()
96 return Py_BuildValue("ONi", x_obj, xq_obj, nq); in quantize_py()
101 PyObject *xq_obj; in compute_nbits_py() local
108 &nbytes, &xq_obj, &nq, &nbits_budget)) in compute_nbits_py()
116 CTYPES_CHECK("xq", xq_obj = to_1d_ptr(xq_obj, NPY_INT16, ne, &xq)); in compute_nbits_py()
130 PyObject *tns_obj, *spec_obj, *x_obj, *xq_obj; in analyze_py() local
152 xq_obj = new_1d_ptr(NPY_INT16, ne, &xq); in analyze_py()
161 return Py_BuildValue("ONN", x_obj, xq_obj, new_spec_side(&side)); in analyze_py()
166 PyObject *x_obj, *xq_obj; in estimate_noise_py() local
[all …]