Home
last modified time | relevance | path

Searched refs:SOX_SAMPLE_TO_FLOAT_32BIT (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlpc10.c179 lpc->speech[lpc->samples++] = SOX_SAMPLE_TO_FLOAT_32BIT(buf[nwritten++], ft->clips); in write_samples()
H A Dnoiseprof.c132 SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[i + j * chans],); in sox_noiseprof_flow()
H A Draw.c123 WRITE_SAMPLES_FUNC(f, sizeof(float), su, float, float, SOX_SAMPLE_TO_FLOAT_32BIT)
H A Dstat.c145 stat->re_in[stat->fft_offset++] = SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[x], effp->clips); in sox_stat_flow()
H A Dnoisered.c286 SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[i + tracks * j], effp->clips); in sox_noisered_flow()
H A Dreverb.c239 p->chan[c].dry[i] = SOX_SAMPLE_TO_FLOAT_32BIT(*ibuf++, effp->clips); in flow()
H A Dcoreaudio.c369 ac->buf[ac->bufwr] = SOX_SAMPLE_TO_FLOAT_32BIT(buf[i], ft->clips); in write_samples()
H A Dbend.c180 p->gInFIFO[p->gRover] = SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[i], effp->clips); in flow()
H A Dladspa.c34 SOX_SAMPLE_TO_FLOAT_32BIT((d),(clips))
H A Dtempo.c286 *t++ = SOX_SAMPLE_TO_FLOAT_32BIT(*ibuf++, effp->clips); in flow()
H A Dmp3.c1140 #define MP3_SAMPLE_TO_FLOAT(d) ((float)(32768*SOX_SAMPLE_TO_FLOAT_32BIT(d,)))
1169 buffer_l[s] = SOX_SAMPLE_TO_FLOAT_32BIT(buf[s],); in sox_mp3write()
H A Dsox.h956 #define SOX_SAMPLE_TO_FLOAT_32BIT(d,clips) ((d)*(1.0 / (SOX_SAMPLE_MAX + 1.0))) macro