Searched defs:fir32_state_t (Results 1 – 1 of 1) sorted by relevance
53 struct fir32_state_t { struct54 int taps;55 int curr_pos;56 const int32_t *coeffs;57 int16_t *history;
Completed in 4 milliseconds