Searched refs:SOX_ULAW_BYTE_TO_SAMPLE (Results 1 – 3 of 3) sorted by relevance
17 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips) macro86 READ_SAMPLES_FUNC(b, 1, ulaw, uint8_t, uint8_t, SOX_ULAW_BYTE_TO_SAMPLE)
358 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips) macro402 pOutput[i - 1] = SOX_ULAW_BYTE_TO_SAMPLE( in sunread()
206 #define SOX_ULAW_BYTE_TO_SAMPLE(d) ((sox_sample_t)(sox_ulaw2linear16(d)) << 16) macro414 *buf++ = SOX_ULAW_BYTE_TO_SAMPLE(uc); in read_samples()