Searched refs:sox_ulaw2linear16 (Results 1 – 9 of 9) sorted by relevance
2345 int16_t sox_ulaw2linear16( in sox_ulaw2linear16() function2397 printf("%8d,", sox_ulaw2linear16(x)); in main()
21 #define sox_ulaw2linear16(uc) (lsx_ulaw2linear16[uc]) macro
94 sl = sox_ulaw2linear16(sl) >> 2; in g721_encoder()
81 sl = sox_ulaw2linear16(sl) >> 2; in g723_24_encoder()
100 sl = sox_ulaw2linear16(sl) >> 2; in g723_40_encoder()
17 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips)
553 dx = (sox_ulaw2linear16(sp) >> 2) - se; /* 16-bit prediction error */ in tandem_adjust_ulaw()
358 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips)
206 #define SOX_ULAW_BYTE_TO_SAMPLE(d) ((sox_sample_t)(sox_ulaw2linear16(d)) << 16)