Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Daudioop.c18 typedef short PyInt16; typedef
71 static PyInt16 seg_aend[8] = {0x1F, 0x3F, 0x7F, 0xFF,
73 static PyInt16 seg_uend[8] = {0x3F, 0x7F, 0xFF, 0x1FF,
76 static PyInt16
77 search(PyInt16 val, PyInt16 *table, int size) in search()
90 static PyInt16 _st_ulaw2linear16[256] = {
165 PyInt16 mask; in st_14linear2ulaw()
166 PyInt16 seg; in st_14linear2ulaw()
199 static PyInt16 _st_alaw2linear16[256] = {
260 st_linear2alaw(PyInt16 pcm_val) /* 2's complement (13-bit range) */ in st_linear2alaw()
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Daudioop.c18 typedef short PyInt16; typedef
71 static PyInt16 seg_aend[8] = {0x1F, 0x3F, 0x7F, 0xFF,
73 static PyInt16 seg_uend[8] = {0x3F, 0x7F, 0xFF, 0x1FF,
76 static PyInt16
77 search(PyInt16 val, PyInt16 *table, int size) in search()
90 static PyInt16 _st_ulaw2linear16[256] = {
165 PyInt16 mask; in st_14linear2ulaw()
166 PyInt16 seg; in st_14linear2ulaw()
199 static PyInt16 _st_alaw2linear16[256] = {
260 st_linear2alaw(PyInt16 pcm_val) /* 2's complement (13-bit range) */ in st_linear2alaw()
[all …]