gstreamer/ext/cairo
Sebastian Dröge 172d14acef cairooverlay: Optimize premultiplication/unpremultiplication loops
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.
2018-12-07 17:22:39 +00:00
..
gstcairo.c cairo: remove old cairo-based text renderering element 2013-01-01 12:12:02 +00:00
gstcairooverlay.c cairooverlay: Optimize premultiplication/unpremultiplication loops 2018-12-07 17:22:39 +00:00
gstcairooverlay.h cairooverlay: Don't map input buffers if we just attach the overlay as meta 2018-10-03 23:20:10 +03:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:54 +05:30