Files
test2/source/blender
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-03-29 19:11:17 -06:00
2021-03-18 09:36:44 +11:00
2021-06-10 17:04:25 +10:00
2021-06-10 02:22:45 +10:00
2021-04-11 13:09:27 +10:00
2021-06-10 13:05:57 +02:00
2021-06-11 00:01:13 +01:00