|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
noexcept |
Linear interpolation from src into dst (caller sizes dst) Branchless inner loop with precomputed step; dst may be larger or smaller than src.
The final index is clamped via std::min rather than a conditional branch, permitting auto-vectorisation.
| src | Source span (read-only) |
| dst | Destination span (written in-place) |
Definition at line 156 of file Transform.cpp.
Referenced by time_stretch().
Here is the caller graph for this function: