Lines Matching refs:args
26 static PyObject *compute_scale_factors_py(PyObject *m, PyObject *args) in compute_scale_factors_py() argument
33 if (!PyArg_ParseTuple(args, "IIOp", &dt, &sr, &eb_obj, &att)) in compute_scale_factors_py()
49 static PyObject *resolve_codebooks_py(PyObject *m, PyObject *args) in resolve_codebooks_py() argument
55 if (!PyArg_ParseTuple(args, "O", &scf_obj)) in resolve_codebooks_py()
65 static PyObject *quantize_py(PyObject *m, PyObject *args) in quantize_py() argument
74 if (!PyArg_ParseTuple(args, "Oii", &scf_obj, &lfcb_idx, &hfcb_idx)) in quantize_py()
90 static PyObject *unquantize_py(PyObject *m, PyObject *args) in unquantize_py() argument
97 if (!PyArg_ParseTuple(args, "iiOii", in unquantize_py()
115 static PyObject *spectral_shaping_py(PyObject *m, PyObject *args) in spectral_shaping_py() argument
122 if (!PyArg_ParseTuple(args, "IIOpO", &dt, &sr, &scf_q_obj, &inv, &x_obj)) in spectral_shaping_py()
138 static PyObject *analyze_py(PyObject *m, PyObject *args) in analyze_py() argument
146 if (!PyArg_ParseTuple(args, "IIOpO", &dt, &sr, &eb_obj, &att, &x_obj)) in analyze_py()
163 static PyObject *synthesize_py(PyObject *m, PyObject *args) in synthesize_py() argument
170 if (!PyArg_ParseTuple(args, "IIOO", &dt, &sr, &data_obj, &x_obj)) in synthesize_py()
186 static PyObject *get_nbits_py(PyObject *m, PyObject *args) in get_nbits_py() argument
188 if (!PyArg_ParseTuple(args, "")) in get_nbits_py()