Home
last modified time | relevance | path

Searched refs:sox_alaw2linear16 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg711.c2239 int16_t sox_alaw2linear16( in sox_alaw2linear16() function
2371 printf("%8d,", sox_alaw2linear16(x)); in main()
H A Dg711.h16 #define sox_alaw2linear16(uc) (lsx_alaw2linear16[uc]) macro
H A Dg721.c91 sl = sox_alaw2linear16(sl) >> 2; in g721_encoder()
H A Dg723_24.c78 sl = sox_alaw2linear16(sl) >> 2; in g723_24_encoder()
H A Dg723_40.c97 sl = sox_alaw2linear16(sl) >> 2; in g723_40_encoder()
H A Draw.c18 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips)
H A Dg72x.c511 dx = (sox_alaw2linear16(sp) >> 2) - se; /* 16-bit prediction error */ in tandem_adjust_alaw()
H A Dsunaudio.c359 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips)
H A Dvoc.c205 #define SOX_ALAW_BYTE_TO_SAMPLE(d) ((sox_sample_t)(sox_alaw2linear16(d)) << 16)