|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_channel_operation | ( | DataType & | input, |
| uint32_t | num_channels, | ||
| bool | interleave, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Channel operations using C++20 ranges (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| num_channels | Number of channels |
| interleave | Whether to interleave or deinterleave |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 593 of file MatrixHelper.hpp.
References MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: