Home
last modified time | relevance | path

Searched defs:m (Results 1 – 13 of 13) sorted by relevance

/liblc3-latest/test/
Dtns_py.c26 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()
Dsns_py.c26 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()
Dlc3_py.c30 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()
Dspec_py.c26 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()
Dltpf_py.c25 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()
Dbwdet_py.c25 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()
Dattdet_py.c25 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()
Denergy_py.c28 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()
Dmdct_py.c26 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()
Dmodule_py.c40 PyObject *m = PyModule_Create(&module_def); in PyInit_lc3() local
/liblc3-latest/
Dmeson.build30 m_dep = cc.find_library('m', required: false) build
/liblc3-latest/tables/
Dmktables.py90 def print_table(t, m=4): argument
/liblc3-latest/src/
Dspec.c114 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