Searched defs:m (Results 1 – 13 of 13) 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() 186 PyMODINIT_FUNC lc3_tns_py_init(PyObject *m) in lc3_tns_py_init()
|
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() 210 PyMODINIT_FUNC lc3_sns_py_init(PyObject *m) in lc3_sns_py_init()
|
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() 135 PyMODINIT_FUNC lc3_interface_py_init(PyObject *m) in lc3_interface_py_init()
|
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() 185 PyMODINIT_FUNC lc3_spec_py_init(PyObject *m) in lc3_spec_py_init()
|
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() 131 PyMODINIT_FUNC lc3_ltpf_py_init(PyObject *m) in lc3_ltpf_py_init()
|
D | bwdet_py.c | 25 static PyObject *bwdet_run_py(PyObject *m, PyObject *args) in bwdet_run_py() 48 PyMODINIT_FUNC lc3_bwdet_py_init(PyObject *m) in lc3_bwdet_py_init()
|
D | attdet_py.c | 25 static PyObject *attdet_run_py(PyObject *m, PyObject *args) in attdet_run_py() 55 PyMODINIT_FUNC lc3_attdet_py_init(PyObject *m) in lc3_attdet_py_init()
|
D | energy_py.c | 28 static PyObject *energy_compute_py(PyObject *m, PyObject *args) in energy_compute_py() 55 PyMODINIT_FUNC lc3_energy_py_init(PyObject *m) in lc3_energy_py_init()
|
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() 84 PyMODINIT_FUNC lc3_mdct_py_init(PyObject *m) in lc3_mdct_py_init()
|
D | module_py.c | 40 PyObject *m = PyModule_Create(&module_def); in PyInit_lc3() local
|
/liblc3-latest/ |
D | meson.build | 30 m_dep = cc.find_library('m', required: false) build
|
/liblc3-latest/tables/ |
D | mktables.py | 90 def print_table(t, m=4): argument
|
/liblc3-latest/src/ |
D | spec.c | 114 int m = roundf((1.6f * m0) / ((1 + dt) * m1)); in estimate_gain() local 363 uint32_t m = (a | b) >> 2; in compute_nbits() local 446 uint32_t m = (a | b) >> 2; in put_quantized() local
|