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 D | sox_sample_test.c | 170 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 D | overdrive.c | 61 *obuf++ = SOX_FLOAT_64BIT_TO_SAMPLE(d0 * .5 + p->last_out * .75, dummy); in flow()
|
| H A D | dat.c | 115 *buf++ = SOX_FLOAT_64BIT_TO_SAMPLE(sampval, ft->clips); in sox_datread()
|
| H A D | raw.c | 95 READ_SAMPLES_FUNC(df, sizeof(double), su, double, double, SOX_FLOAT_64BIT_TO_SAMPLE)
|
| H A D | sox.h | 862 #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 D | stats.c | 134 mask = SOX_FLOAT_64BIT_TO_SAMPLE(min, dummy) << 1; in bit_depth()
|
| H A D | effects_i_dsp.c | 634 dest[i] = SOX_FLOAT_64BIT_TO_SAMPLE(src[i], *clips); in lsx_save_samples()
|