allocator_t typedef | vspline::fir_filter< in_type, out_type, _math_type > | |
bc | vspline::fir_filter_specs | |
circular_buffer | vspline::fir_filter< in_type, out_type, _math_type > | |
fir_filter(const fir_filter_specs &specs) | vspline::fir_filter< in_type, out_type, _math_type > | inline |
fir_filter_specs(vspline::bc_code _bc, int _ksize, int _headroom, const xlf_type *_kernel) | vspline::fir_filter_specs | inline |
get_support_width() const | vspline::fir_filter< in_type, out_type, _math_type > | inline |
headroom | vspline::fir_filter_specs | |
in_buffer_type typedef | vspline::fir_filter< in_type, out_type, _math_type > | |
is_single_pass | vspline::fir_filter< in_type, out_type, _math_type > | static |
kernel | vspline::fir_filter_specs | |
kernel_values | vspline::fir_filter< in_type, out_type, _math_type > | |
ksize | vspline::fir_filter_specs | |
math_type typedef | vspline::fir_filter< in_type, out_type, _math_type > | |
out_buffer_type typedef | vspline::fir_filter< in_type, out_type, _math_type > | |
reactor | vspline::fir_filter< in_type, out_type, _math_type > | |
solve(const in_buffer_type &input, out_buffer_type &output) | vspline::fir_filter< in_type, out_type, _math_type > | inline |
solve(const in_buffer_type &input, out_buffer_type &output, const extrapolator< in_buffer_type > &source) | vspline::fir_filter< in_type, out_type, _math_type > | inlineprotected |
tail_buffer | vspline::fir_filter< in_type, out_type, _math_type > | |