This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/sequencer/intern
Jeroen Bakker 28617bb167 Sequencer: Transform ImBuf Processor.
Inside the sequencer the cropping and transform of images/buffers were
implemented locally. This reduced the optimizations that a compiler
could do and added confusing code styles. This patch adds
`IMB_transform` to reduce the confusion and increases compiler
optimizations as more code can be inlined and we can keep track of
indices inside the inner loop.

This increases end-user performance by 30% when playing back aa video
in VSE.

Reviewed By: ISS, zeddb

Differential Revision: https://developer.blender.org/D11549
2021-06-11 09:34:44 +02:00
..
2021-05-19 22:59:33 +02:00
2020-12-19 07:25:01 +01:00
2020-11-16 05:02:30 +01:00
2021-03-16 18:56:44 +01:00
2021-04-14 14:25:34 +02:00
2020-12-16 16:26:23 +11:00
2021-06-11 09:34:44 +02:00
2021-05-20 09:00:42 +02:00
2021-06-02 21:41:17 +02:00
2020-11-16 05:02:30 +01:00
2020-12-19 07:25:01 +01:00
2021-06-02 21:52:36 +02:00
2020-12-16 16:26:23 +11:00
2021-05-19 22:52:57 +02:00