Home
last modified time | relevance | path

Searched refs:SOX_SAMPLE_TO_FLOAT_64BIT (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Ddivide.c47 double out, mult = 1. / SOX_SAMPLE_TO_FLOAT_64BIT(divisor,); in flow()
H A Dsox_sample_test.c176 d = SOX_SAMPLE_TO_FLOAT_64BIT(sample,clips); in main()
182 d = SOX_SAMPLE_TO_FLOAT_64BIT(sample,clips); in main()
H A Doverdrive.c55 double d = SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf++, dummy), d0 = d; in flow()
H A Dexample2.c94 double sample = SOX_SAMPLE_TO_FLOAT_64BIT(buf[i],); in main()
H A Dgain.c113 double d = SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf, effp->clips); in flow()
119 double d = SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf, effp->clips); in flow()
H A Ddat.c139 sampval = SOX_SAMPLE_TO_FLOAT_64BIT(*buf++, ft->clips); in sox_datwrite()
H A Draw.c124 WRITE_SAMPLES_FUNC(df, sizeof (double), su, double, double, SOX_SAMPLE_TO_FLOAT_64BIT)
H A Dstats.c76 double d = SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf,); in flow()
H A Deffects_i_dsp.c642 dest[i] = SOX_SAMPLE_TO_FLOAT_64BIT(src[i],); in lsx_load_samples()
H A Dsox.h964 #define SOX_SAMPLE_TO_FLOAT_64BIT(d,clips) ((d)*(1.0 / (SOX_SAMPLE_MAX + 1.0))) macro
H A Dspectrogram.c506 SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf++,); in flow()