Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dwavpack.c145 case 8: obuf[i] = SOX_SAMPLE_TO_SIGNED_8BIT(buf[i], ft->clips); break; in write_samples()
H A Draw.c114 WRITE_SAMPLES_FUNC(b, 1, s, int8_t, uint8_t, SOX_SAMPLE_TO_SIGNED_8BIT)
H A D8svx.c246 datum = SOX_SAMPLE_TO_SIGNED_8BIT(*buf++, ft->clips); in write_samples()
H A Dalsa.c274 while (i--) *buf1++ = SOX_SAMPLE_TO_SIGNED_8BIT(*buf++, ft->clips); in write_()
H A Dflac.c545 SOX_SAMPLE_TO_SIGNED_8BIT(sampleBuffer[i], ft->clips); in write_samples()
H A Dsox.h900 #define SOX_SAMPLE_TO_SIGNED_8BIT(d,clips) SOX_SAMPLE_TO_SIGNED(8,d,clips) macro