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 D | noisered.c | 236 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 D | reverb.c | 245 *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 D | lpc10.c | 165 buf[nread++] = SOX_FLOAT_32BIT_TO_SAMPLE(lpc->speech[lpc->samples++], ft->clips); in read_samples()
|
| H A D | wavpack.c | 94 SOX_FLOAT_32BIT_TO_SAMPLE(*(float *)&buf[i], ft->clips) : in read_samples()
|
| H A D | raw.c | 94 READ_SAMPLES_FUNC(f, sizeof(float), su, float, float, SOX_FLOAT_32BIT_TO_SAMPLE)
|
| H A D | coreaudio.c | 310 buf[len] = SOX_FLOAT_32BIT_TO_SAMPLE(ac->buf[ac->bufrd], ft->clips); in read_samples()
|
| H A D | bend.c | 181 obuf[i] = SOX_FLOAT_32BIT_TO_SAMPLE( in flow()
|
| H A D | ladspa.c | 36 SOX_FLOAT_32BIT_TO_SAMPLE((d),(clips))
|
| H A D | tempo.c | 281 *obuf++ = SOX_FLOAT_32BIT_TO_SAMPLE(*s++, effp->clips); in flow()
|
| H A D | sox.h | 862 #define SOX_FLOAT_32BIT_TO_SAMPLE(d,clips) SOX_FLOAT_64BIT_TO_SAMPLE(d, clips) macro
|