|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::FFT< Real >::BatchedISTFTProcessor, including all inherited members.
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const Array< Real > &analysis_window, const Array< Real > &synthesis_window, const ISTFTOptions &options) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const Array< Real > &analysis_window, const Array< Real > &synthesis_window, const ISTFTOptions &options, const Array< size_t > &signal_lengths) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const Array< Real > &window, const ISTFTOptions &options) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const Array< Real > &window, const ISTFTOptions &options, const Array< size_t > &signal_lengths) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const size_t frame_size, const ISTFTOptions &options) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const size_t frame_size, const ISTFTOptions &options, const Array< size_t > &signal_lengths) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const AnalysisContainer &analysis_window, const SynthesisContainer &synthesis_window, const ISTFTOptions &options) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| BatchedISTFTProcessor(const size_t num_channels, const size_t fft_size, const AnalysisContainer &analysis_window, const SynthesisContainer &synthesis_window, const ISTFTOptions &options, const Array< size_t > &signal_lengths) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineexplicit |
| channel(const size_t index) | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| channel(const size_t index) const | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| channel_options(const ISTFTOptions &options, const Array< size_t > &signal_lengths, const size_t index) | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineprivatestatic |
| flush() | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| num_channels() const noexcept | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| pflush(ThreadPool &pool, const size_t chunk_size=0) | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| pprocess_block(ThreadPool &pool, const Array< Array< Array< Complex > > > &block, const size_t chunk_size=0) | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| process_block(const Array< Array< Array< Complex > > > &block) | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| processors_ | Aleph::FFT< Real >::BatchedISTFTProcessor | private |
| reset() | Aleph::FFT< Real >::BatchedISTFTProcessor | inline |
| validate_batch_size(const size_t size, const char *ctx) const | Aleph::FFT< Real >::BatchedISTFTProcessor | inlineprivate |