Searched refs:SOX_ROUND_CLIP_COUNT (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mcompand_xover.h | 87 *obuf_low++ = SOX_ROUND_CLIP_COUNT(out_low, effp->clips); in crossover_flow() 97 *obuf_high++ = SOX_ROUND_CLIP_COUNT(out_high, effp->clips); in crossover_flow()
|
| H A D | splice.c | 79 output[k] = SOX_ROUND_CLIP_COUNT(d, effp->clips); /* Might clip */ in splice() 90 output[k] = SOX_ROUND_CLIP_COUNT(d, effp->clips); /* Should not clip */ in splice() 101 output[k] = SOX_ROUND_CLIP_COUNT(d, effp->clips); /* Should not clip */ in splice()
|
| H A D | earwax.c | 85 *obuf++ = SOX_ROUND_CLIP_COUNT(output, effp->clips); in flow()
|
| H A D | divide.c | 50 p->last[i] = *obuf++ = SOX_ROUND_CLIP_COUNT(out, effp->clips); in flow()
|
| H A D | gain.c | 135 *obuf++ = SOX_ROUND_CLIP_COUNT(*ibuf * mult, effp->clips); in flow() 211 *obuf = SOX_ROUND_CLIP_COUNT(*obuf * p->mult, effp->clips); in drain()
|
| H A D | dcshift.c | 127 *obuf++ = SOX_ROUND_CLIP_COUNT(d, effp->clips); in sox_dcshift_flow()
|
| H A D | phaser.c | 126 *obuf++ = SOX_ROUND_CLIP_COUNT(d * p->out_gain, effp->clips); in flow()
|
| H A D | biquad.c | 154 *obuf++ = SOX_ROUND_CLIP_COUNT(o0, effp->clips); in lsx_biquad_flow()
|
| H A D | flanger.c | 210 *obuf++ = SOX_ROUND_CLIP_COUNT(out, effp->clips); in flow()
|
| H A D | remix.c | 174 *obuf++ = SOX_ROUND_CLIP_COUNT(out, effp->clips); in flow()
|
| H A D | sox.c | 484 *buf++ = SOX_ROUND_CLIP_COUNT(d, f->volume_clips); in balance_input() 560 *p = SOX_ROUND_CLIP_COUNT(sample, mixing_clips); in combiner_drain() 570 *p = SOX_ROUND_CLIP_COUNT(sample, mixing_clips); in combiner_drain()
|
| H A D | sox.h | 989 #define SOX_ROUND_CLIP_COUNT(d, clips) \ macro
|