Searched refs:PyInt16 (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | audioop.c | 18 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] = { 163 st_14linear2ulaw(PyInt16 pcm_val) /* 2's complement (14-bit range) */ in st_14linear2ulaw() 165 PyInt16 mask; in st_14linear2ulaw() 166 PyInt16 seg; in st_14linear2ulaw() 199 static PyInt16 _st_alaw2linear16[256] = { [all …]
|