Searched refs:SOX_ALAW_BYTE_TO_SAMPLE (Results 1 – 3 of 3) sorted by relevance
18 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips) macro87 READ_SAMPLES_FUNC(b, 1, alaw, uint8_t, uint8_t, SOX_ALAW_BYTE_TO_SAMPLE)
359 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips) macro409 pOutput[i - 1] = SOX_ALAW_BYTE_TO_SAMPLE( in sunread()
205 #define SOX_ALAW_BYTE_TO_SAMPLE(d) ((sox_sample_t)(sox_alaw2linear16(d)) << 16) macro416 *buf++ = SOX_ALAW_BYTE_TO_SAMPLE(uc); in read_samples()