Searched refs:half_firs (Results 1 – 2 of 2) sorted by relevance
354 for (n = 0; n + 1u < array_length(half_firs) && att > half_firs[n].att; ++n); in rate_init()356 s->fn = half_firs[n].fn; in rate_init()357 s->pre_post = 4 * half_firs[n].num_coefs; in rate_init()
89 static struct {int num_coefs; stage_fn_t fn; float att;} const half_firs[] = { variable