Searched defs:args (Results 1 – 14 of 14) sorted by relevance
/liblc3-latest/test/ |
D | tns_py.c | 26 static PyObject *compute_lpc_coeffs_py(PyObject *m, PyObject *args) in compute_lpc_coeffs_py() 51 static PyObject *lpc_reflection_py(PyObject *m, PyObject *args) in lpc_reflection_py() 72 static PyObject *quantize_rc_py(PyObject *m, PyObject *args) in quantize_rc_py() 94 static PyObject *unquantize_rc_py(PyObject *m, PyObject *args) in unquantize_rc_py() 113 static PyObject *analyze_py(PyObject *m, PyObject *args) in analyze_py() 137 static PyObject *synthesize_py(PyObject *m, PyObject *args) in synthesize_py() 160 static PyObject *get_nbits_py(PyObject *m, PyObject *args) in get_nbits_py()
|
D | sns_py.c | 26 static PyObject *compute_scale_factors_py(PyObject *m, PyObject *args) in compute_scale_factors_py() 49 static PyObject *resolve_codebooks_py(PyObject *m, PyObject *args) in resolve_codebooks_py() 65 static PyObject *quantize_py(PyObject *m, PyObject *args) in quantize_py() 91 static PyObject *unquantize_py(PyObject *m, PyObject *args) in unquantize_py() 116 static PyObject *spectral_shaping_py(PyObject *m, PyObject *args) in spectral_shaping_py() 139 static PyObject *analyze_py(PyObject *m, PyObject *args) in analyze_py() 165 static PyObject *synthesize_py(PyObject *m, PyObject *args) in synthesize_py() 188 static PyObject *get_nbits_py(PyObject *m, PyObject *args) in get_nbits_py()
|
D | lc3_py.c | 30 static PyObject *setup_encoder_py(PyObject *m, PyObject *args) in setup_encoder_py() 50 static PyObject *encode_py(PyObject *m, PyObject *args) in encode_py() 79 static PyObject *setup_decoder_py(PyObject *m, PyObject *args) in setup_decoder_py() 99 static PyObject *decode_py(PyObject *m, PyObject *args) in decode_py()
|
D | spec_py.c | 26 static PyObject *estimate_gain_py(PyObject *m, PyObject *args) in estimate_gain_py() 54 static PyObject *adjust_gain_py(PyObject *m, PyObject *args) in adjust_gain_py() 72 static PyObject *quantize_py(PyObject *m, PyObject *args) in quantize_py() 96 static PyObject *compute_nbits_py(PyObject *m, PyObject *args) in compute_nbits_py() 122 static PyObject *analyze_py(PyObject *m, PyObject *args) in analyze_py() 152 static PyObject *estimate_noise_py(PyObject *m, PyObject *args) in estimate_noise_py()
|
D | ltpf_py.c | 25 static PyObject *resample_py(PyObject *m, PyObject *args) in resample_py() 52 static PyObject *analyse_py(PyObject *m, PyObject *args) in analyse_py() 78 static PyObject *synthesize_py(PyObject *m, PyObject *args) in synthesize_py() 111 static PyObject *get_nbits_py(PyObject *m, PyObject *args) in get_nbits_py()
|
D | mdct_py.c | 26 static PyObject *mdct_forward_py(PyObject *m, PyObject *args) in mdct_forward_py() 52 static PyObject *mdct_inverse_py(PyObject *m, PyObject *args) in mdct_inverse_py()
|
D | bwdet_py.c | 25 static PyObject *bwdet_run_py(PyObject *m, PyObject *args) in bwdet_run_py()
|
D | attdet_py.c | 25 static PyObject *attdet_run_py(PyObject *m, PyObject *args) in attdet_run_py()
|
D | energy_py.c | 28 static PyObject *energy_compute_py(PyObject *m, PyObject *args) in energy_compute_py()
|
/liblc3-latest/python/tools/ |
D | encoder.py | 45 args = parser.parse_args() variable
|
D | specgram.py | 44 args = parser.parse_args() variable
|
D | decoder.py | 44 args = parser.parse_args() variable
|
/liblc3-latest/tools/ |
D | elc3.c | 43 va_list args; in error() local
|
D | dlc3.c | 51 va_list args; in error() local
|