Home
last modified time | relevance | path

Searched refs:SOX_SIGNED_8BIT_TO_SAMPLE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dwavpack.c90 case 8: buf[i] = SOX_SIGNED_8BIT_TO_SAMPLE(buf[i],); break; in read_samples()
H A Draw.c85 READ_SAMPLES_FUNC(b, 1, s, int8_t, uint8_t, SOX_SIGNED_8BIT_TO_SAMPLE)
H A D8svx.c198 *buf++ = SOX_SIGNED_8BIT_TO_SAMPLE(p->buf[ch][i], dummy); in read_samples()
H A Dalsa.c200 while (i--) *buf++ = SOX_SIGNED_8BIT_TO_SAMPLE(*buf1++,); in read_()
H A Dflac.c194 case 8: *dst++ = SOX_SIGNED_8BIT_TO_SAMPLE(d,); break; in decoder_write_callback()
H A Dsox.h798 #define SOX_SIGNED_8BIT_TO_SAMPLE(d,clips) SOX_SIGNED_TO_SAMPLE(8,d) macro