mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
172d14acef
Pull in video frame fields into local variables. Without this the compiler must assume that they could've changed on every use and read them from memory again. This reduces the inner loop from 6 memory reads per pixels to 4, and the number of writes stays at 3. |
||
---|---|---|
.. | ||
gstcairo.c | ||
gstcairooverlay.c | ||
gstcairooverlay.h | ||
Makefile.am | ||
meson.build |