Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg711.h19 extern const int16_t lsx_ulaw2linear16[256];
21 #define sox_ulaw2linear16(uc) (lsx_ulaw2linear16[uc])
H A Dg711.c742 const int16_t lsx_ulaw2linear16[256] = { variable