Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c39 #define num_coefs4 ((num_coefs + 3) & ~3) /* align coefs for SSE */
40 #define coefs4_check(i) ((i) < num_coefs)
43 #define num_coefs4 num_coefs
55 static sample_t * prepare_coefs(raw_coef_t const * coefs, int num_coefs, in prepare_coefs() argument
357 s->pre_post = 4 * half_firs[n].num_coefs; in rate_init()
384 int order, num_coefs = f->interp[0].scalar, phase_bits, phases, coefs_size; in rate_init() local
408 num_coefs = n0 / phases0 + 1, num_coefs += num_coefs & !preM; in rate_init()
410 if ((num_coefs & 1) && rational && (arbL & 1)) in rate_init()
412 at = arbL * .5 * (num_coefs & 1); in rate_init()
419 int num_taps = num_coefs * phases - 1; in rate_init()
[all …]
H A Drate_filters.h89 static struct {int num_coefs; stage_fn_t fn; float att;} const half_firs[] = { member