Home
last modified time | relevance | path

Searched refs:SOX_SAMPLE_TO_SIGNED_16BIT (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c378 sox_int16_t s16 = SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips); in osswrite()
401 SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips); in osswrite()
H A Dao.c82 uint16_t datum = SOX_SAMPLE_TO_SIGNED_16BIT(*buf2++, *clips); in sox_sw_write_buf()
H A Dalsa.c285 *buf1++ = lsx_swapw(SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips)); in write_()
287 while (i--) *buf1++ = SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in write_()
H A Dvoc.c357 lsx_adpcm_init(&v->adpcm, 6 - v->size, SOX_SAMPLE_TO_SIGNED_16BIT(*buf, ft->clips)); in read_samples()
498 sw = (int) SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in write_samples()
H A Dgsm.c193 SOX_SAMPLE_TO_SIGNED_16BIT(buf[done++], ft->clips); in sox_gsmwrite()
H A Dadpcms.c255 word = SOX_SAMPLE_TO_SIGNED_16BIT(*buffer++, ft->clips); in lsx_adpcm_write()
H A Dspeexdsp.c266 p->buffer[p->buffer_ipos] = SOX_SAMPLE_TO_SIGNED_16BIT(ibuf[ibuf_pos], effp->clips); in flow()
H A Damr.h287 p->pcm[p->pcm_index++] = SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in write_samples()
H A Dwavpack.c146 case 16: obuf[i] = SOX_SAMPLE_TO_SIGNED_16BIT(buf[i], ft->clips); break; in write_samples()
H A Draw.c118 WRITE_SAMPLES_FUNC(w, 2, s, int16_t, uint16_t, SOX_SAMPLE_TO_SIGNED_16BIT)
H A Dwaveaudio.c489 … ((int16_t *)header->lpData)[header->dwUser++] = SOX_SAMPLE_TO_SIGNED_16BIT(buf[copied++], clips); in wavewrite()
H A Dsunaudio.c481 SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips); in sunwrite()
H A Dsmp.c380 datum = (int) SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in sox_smpwrite()
H A Dflac.c548 SOX_SAMPLE_TO_SIGNED_16BIT(sampleBuffer[i], ft->clips); in write_samples()
H A Dsox.h916 #define SOX_SAMPLE_TO_SIGNED_16BIT(d,clips) SOX_SAMPLE_TO_SIGNED(16,d,clips) macro
H A Dwav.c488 SOX_SAMPLE_TO_SIGNED_16BIT(buf[done++], ft->clips); in wavgsmwrite()