|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_quantize | ( | DataType & | input, |
| uint8_t | bits, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Quantization transformation (bit reduction) using C++20 features (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| bits | Number of bits for quantization |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 411 of file MathematicalHelper.hpp.
References transform_quantize().
Here is the call graph for this function: