Files
test2/release/datafiles
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
..
2020-03-14 11:05:09 -07:00
2020-11-05 16:11:59 -08:00
2020-11-05 16:11:59 -08:00
2019-10-30 09:27:12 +11:00
2016-09-02 11:37:25 +02:00
2021-04-15 15:47:07 +02:00