Searched refs:comp_band_t (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mcompand.c | 67 } comp_band_t; typedef 74 comp_band_t *bands; 85 static int sox_mcompand_getopts_1(comp_band_t * l, size_t n, char **argv) in sox_mcompand_getopts_1() 184 c->bands = lsx_calloc(c->nBands, sizeof(comp_band_t)); in getopts() 219 comp_band_t * l; in start() 264 static void doVolume(double *v, double samp, comp_band_t * l, size_t chan) in doVolume() 275 static int sox_mcompand_flow_1(sox_effect_t * effp, priv_t * c, comp_band_t * l, const sox_sample_t… in sox_mcompand_flow_1() 363 comp_band_t * l; in flow() 414 static int sox_mcompand_drain_1(sox_effect_t * effp, priv_t * c, comp_band_t * l, sox_sample_t *obu… in sox_mcompand_drain_1() 442 comp_band_t * l; in drain() [all …]
|