Home
last modified time | relevance | path

Searched refs:SOX_FLOAT_32BIT_TO_SAMPLE (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoisered.c236 SOX_FLOAT_32BIT_TO_SAMPLE(s, effp->clips); in process_window()
243 SOX_FLOAT_32BIT_TO_SAMPLE(chan->window[j], effp->clips); in process_window()
H A Dreverb.c245 *obuf++ = SOX_FLOAT_32BIT_TO_SAMPLE(out, effp->clips); in flow()
249 *obuf++ = SOX_FLOAT_32BIT_TO_SAMPLE(out, effp->clips); in flow()
H A Dlpc10.c165 buf[nread++] = SOX_FLOAT_32BIT_TO_SAMPLE(lpc->speech[lpc->samples++], ft->clips); in read_samples()
H A Dwavpack.c94 SOX_FLOAT_32BIT_TO_SAMPLE(*(float *)&buf[i], ft->clips) : in read_samples()
H A Draw.c94 READ_SAMPLES_FUNC(f, sizeof(float), su, float, float, SOX_FLOAT_32BIT_TO_SAMPLE)
H A Dcoreaudio.c310 buf[len] = SOX_FLOAT_32BIT_TO_SAMPLE(ac->buf[ac->bufrd], ft->clips); in read_samples()
H A Dbend.c181 obuf[i] = SOX_FLOAT_32BIT_TO_SAMPLE( in flow()
H A Dladspa.c36 SOX_FLOAT_32BIT_TO_SAMPLE((d),(clips))
H A Dtempo.c281 *obuf++ = SOX_FLOAT_32BIT_TO_SAMPLE(*s++, effp->clips); in flow()
H A Dsox.h862 #define SOX_FLOAT_32BIT_TO_SAMPLE(d,clips) SOX_FLOAT_64BIT_TO_SAMPLE(d, clips) macro