[FFmpeg-devel] [PATCH v2] mdct15: add inverse transform postrotation SIMD

Rostislav Pehlivanov atomnuker at gmail.com
Sun Jul 30 09:46:40 EEST 2017


On 30 July 2017 at 02:30, James Almer <jamrial at gmail.com> wrote:

>
>
> Maybe poke Hendrik for his opinion, but it seems to work, so LGTM.
>
>
Managed to simplify the code and the crazy alignment requirements alot by
just iterating over the buffer in reverse. There the overlapping in the
middle solved itself by writing the positive part last.
No need for any overalloc macros too or even having to zero any buffers
during init.

Thanks for the review, pushed.


More information about the ffmpeg-devel mailing list