|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Classes | |
| class | Filter |
| Base class for computational signal transformers implementing difference equations. More... | |
| class | FilterContext |
| Specialized context for filter node callbacks. More... | |
| class | FilterContextGpu |
| GPU-augmented filter context for callbacks. More... | |
| class | FIR |
| Finite Impulse Response filter implementation. More... | |
| class | IIR |
| Infinite Impulse Response filter implementation. More... | |
Enumerations | |
| enum | coefficients : uint8_t { INPUT , OUTPUT , ALL } |
Functions | |
| std::pair< int, int > | shift_parser (const std::string &str) |
| Parses a string representation of filter order into input/output shift configuration. | |