Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate_filters.h162 typedef struct {float scalar; stage_fn_t fn;} poly_fir1_t; typedef
163 typedef struct {float beta; poly_fir1_t interp[3];} poly_fir_t;
H A Drate.c386 poly_fir1_t const * f1; in rate_init()