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 D | lpc10.c | 179 lpc->speech[lpc->samples++] = SOX_SAMPLE_TO_FLOAT_32BIT(buf[nwritten++], ft->clips); in write_samples()
|
| H A D | noiseprof.c | 132 SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[i + j * chans],); in sox_noiseprof_flow()
|
| H A D | raw.c | 123 WRITE_SAMPLES_FUNC(f, sizeof(float), su, float, float, SOX_SAMPLE_TO_FLOAT_32BIT)
|
| H A D | stat.c | 145 stat->re_in[stat->fft_offset++] = SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[x], effp->clips); in sox_stat_flow()
|
| H A D | noisered.c | 286 SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[i + tracks * j], effp->clips); in sox_noisered_flow()
|
| H A D | reverb.c | 239 p->chan[c].dry[i] = SOX_SAMPLE_TO_FLOAT_32BIT(*ibuf++, effp->clips); in flow()
|
| H A D | coreaudio.c | 369 ac->buf[ac->bufwr] = SOX_SAMPLE_TO_FLOAT_32BIT(buf[i], ft->clips); in write_samples()
|
| H A D | bend.c | 180 p->gInFIFO[p->gRover] = SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[i], effp->clips); in flow()
|
| H A D | ladspa.c | 34 SOX_SAMPLE_TO_FLOAT_32BIT((d),(clips))
|
| H A D | tempo.c | 286 *t++ = SOX_SAMPLE_TO_FLOAT_32BIT(*ibuf++, effp->clips); in flow()
|
| H A D | mp3.c | 1140 #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 D | sox.h | 956 #define SOX_SAMPLE_TO_FLOAT_32BIT(d,clips) ((d)*(1.0 / (SOX_SAMPLE_MAX + 1.0))) macro
|