Inherits PandaResampler::Resampler2::Impl.
|
| Upsampler2 (float *init_taps) |
|
void | process_block (const float *input, uint n_input_samples, float *output) override |
|
uint | order () const override |
|
double | delay () const override |
|
void | reset () override |
|
bool | sse_enabled () const override |
|
|
PANDA_RESAMPLER_FN_ALWAYS_INLINE void | process_4samples_aligned (const float *input, float *output) |
|
PANDA_RESAMPLER_FN_ALWAYS_INLINE void | process_sample_unaligned (const float *input, float *output) |
|
PANDA_RESAMPLER_FN_ALWAYS_INLINE void | process_block_aligned (const float *input, uint n_input_samples, float *output) |
|
PANDA_RESAMPLER_FN_ALWAYS_INLINE void | process_block_unaligned (const float *input, uint n_input_samples, float *output) |
|
The documentation for this class was generated from the following file: