|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_convolve_with_fir | ( | DataType & | input, |
| const std::vector< double > & | impulse_response, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Direct convolution using existing FIR filter infrastructure (OUT-OF-PLACE) This leverages the existing, well-tested filter implementation.
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| impulse_response | Impulse response for convolution |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 112 of file ConvolutionHelper.hpp.
References MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: