Home
last modified time | relevance | path

Searched defs:num_coefs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate_filters.h89 static struct {int num_coefs; stage_fn_t fn; float att;} const half_firs[] = { member
H A Drate.c55 static sample_t * prepare_coefs(raw_coef_t const * coefs, int num_coefs, in prepare_coefs()
384 int order, num_coefs = f->interp[0].scalar, phase_bits, phases, coefs_size; in rate_init() local