Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg711.c2345 int16_t sox_ulaw2linear16( in sox_ulaw2linear16() function
2397 printf("%8d,", sox_ulaw2linear16(x)); in main()
H A Dg711.h21 #define sox_ulaw2linear16(uc) (lsx_ulaw2linear16[uc]) macro
H A Dg721.c94 sl = sox_ulaw2linear16(sl) >> 2; in g721_encoder()
H A Dg723_24.c81 sl = sox_ulaw2linear16(sl) >> 2; in g723_24_encoder()
H A Dg723_40.c100 sl = sox_ulaw2linear16(sl) >> 2; in g723_40_encoder()
H A Draw.c17 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips)
H A Dg72x.c553 dx = (sox_ulaw2linear16(sp) >> 2) - se; /* 16-bit prediction error */ in tandem_adjust_ulaw()
H A Dsunaudio.c358 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips)
H A Dvoc.c206 #define SOX_ULAW_BYTE_TO_SAMPLE(d) ((sox_sample_t)(sox_ulaw2linear16(d)) << 16)