Introduction - If you have any usage issues, please Google them yourself
For the multimedia video stream scaling processing, suitable for Win32-Dshow platform;
Allowing the dynamic selection algorithm (bilinear resampling algorithm, bicubic resampling algorithm, Hann window resampling algorithm);
Both the bilinear resampling algorithm and the bicubic resampling algorithm are accelerated by the SSE2 instruction (C code embedded assembly);