Home
last modified time | relevance | path

Searched refs:SOX_FLOAT_64BIT_TO_SAMPLE (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_sample_test.c170 sample = SOX_FLOAT_64BIT_TO_SAMPLE(d, clips); in main()
174 sample = SOX_FLOAT_64BIT_TO_SAMPLE(d, clips); in main()
180 sample = SOX_FLOAT_64BIT_TO_SAMPLE(d, clips); in main()
186 sample = SOX_FLOAT_64BIT_TO_SAMPLE(d, clips); in main()
H A Doverdrive.c61 *obuf++ = SOX_FLOAT_64BIT_TO_SAMPLE(d0 * .5 + p->last_out * .75, dummy); in flow()
H A Ddat.c115 *buf++ = SOX_FLOAT_64BIT_TO_SAMPLE(sampval, ft->clips); in sox_datread()
H A Draw.c95 READ_SAMPLES_FUNC(df, sizeof(double), su, double, double, SOX_FLOAT_64BIT_TO_SAMPLE)
H A Dsox.h862 #define SOX_FLOAT_32BIT_TO_SAMPLE(d,clips) SOX_FLOAT_64BIT_TO_SAMPLE(d, clips)
871 #define SOX_FLOAT_64BIT_TO_SAMPLE(d, clips) \ macro
H A Dstats.c134 mask = SOX_FLOAT_64BIT_TO_SAMPLE(min, dummy) << 1; in bit_depth()
H A Deffects_i_dsp.c634 dest[i] = SOX_FLOAT_64BIT_TO_SAMPLE(src[i], *clips); in lsx_save_samples()