Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Daudioop.c87 #define st_ulaw2linear16(uc) (_st_ulaw2linear16[uc])
90 static PyInt16 _st_ulaw2linear16[256] = { variable
/external/python/cpython3/Modules/
Daudioop.c77 #define st_ulaw2linear16(uc) (_st_ulaw2linear16[uc])
80 static const int16_t _st_ulaw2linear16[256] = { variable