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 D | divide.c | 47 double out, mult = 1. / SOX_SAMPLE_TO_FLOAT_64BIT(divisor,); in flow()
|
| H A D | sox_sample_test.c | 176 d = SOX_SAMPLE_TO_FLOAT_64BIT(sample,clips); in main() 182 d = SOX_SAMPLE_TO_FLOAT_64BIT(sample,clips); in main()
|
| H A D | overdrive.c | 55 double d = SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf++, dummy), d0 = d; in flow()
|
| H A D | example2.c | 94 double sample = SOX_SAMPLE_TO_FLOAT_64BIT(buf[i],); in main()
|
| H A D | gain.c | 113 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 D | dat.c | 139 sampval = SOX_SAMPLE_TO_FLOAT_64BIT(*buf++, ft->clips); in sox_datwrite()
|
| H A D | raw.c | 124 WRITE_SAMPLES_FUNC(df, sizeof (double), su, double, double, SOX_SAMPLE_TO_FLOAT_64BIT)
|
| H A D | stats.c | 76 double d = SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf,); in flow()
|
| H A D | effects_i_dsp.c | 642 dest[i] = SOX_SAMPLE_TO_FLOAT_64BIT(src[i],); in lsx_load_samples()
|
| H A D | sox.h | 964 #define SOX_SAMPLE_TO_FLOAT_64BIT(d,clips) ((d)*(1.0 / (SOX_SAMPLE_MAX + 1.0))) macro
|
| H A D | spectrogram.c | 506 SOX_SAMPLE_TO_FLOAT_64BIT(*ibuf++,); in flow()
|