Searched refs:max_coefs_size (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | rate.c | 291 int max_coefs_size, /* k bytes of coefs to try to keep below. 400 */ in rate_init() argument 312 ceil(max_coefs_size * 1000. / (U100_l * sizeof(sample_t))); in rate_init() 416 coefs_size / 1000 > max_coefs_size); in rate_init() 524 int rolloff, coef_interp, max_coefs_size; member 546 p->max_coefs_size = 400; in create() 551 GETOPT_NUMERIC(optstate, 'c', max_coefs_size, 100, INT_MAX) in create() 643 p->use_hi_prec_clock, p->coef_interp, p->max_coefs_size, p->noIOpt); in start()
|