§ filter_flt
| void(* FFIIRFilterContext::filter_flt) (const struct FFIIRFilterCoeffs *coeffs, struct FFIIRFilterState *state, int size, const float *src, ptrdiff_t sstep, float *dst, ptrdiff_t dstep) |
Perform IIR filtering on floating-point input samples.
- Parameters
-
| coeffs | pointer to filter coefficients |
| state | pointer to filter state |
| size | input length |
| src | source samples |
| sstep | source stride |
| dst | filtered samples (destination may be the same as input) |
| dstep | destination stride |
The documentation for this struct was generated from the following file: