Searched refs:doVolume (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | compand.c | 174 static void doVolume(double *v, double samp, priv_t * l, int chan) in doVolume() function 206 doVolume(&l->channels[0].volume, maxsamp, l, 0); in flow() 209 doVolume(&l->channels[chan].volume, fabs((double)ibuf[chan]), l, chan); in flow()
|
| H A D | mcompand.c | 264 static void doVolume(double *v, double samp, comp_band_t * l, size_t chan) in doVolume() function 292 doVolume(&l->volume[0], maxsamp, l, (size_t) 0); in sox_mcompand_flow_1() 295 doVolume(&l->volume[chan], fabs((double)ibuf[chan]), l, chan); in sox_mcompand_flow_1()
|