videomixer: Add MMX implementations of the AYUV blending and color filling functions
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Dec 2009 19:08:06 +0000 (20:08 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 15 Dec 2009 11:30:21 +0000 (12:30 +0100)
commit061ededa360bc6da264a6de702157a4792772b5b
tree839136b0328ab4b5efc6bc8e07ab1167fab55767
parentd3a9f07669622a6e46069762899686bc871fa112
videomixer: Add MMX implementations of the AYUV blending and color filling functions

This provides a 20% speedup for blending and 100% for color filling.

The blending can probably be optimized even more.
gst/videomixer/Makefile.am
gst/videomixer/blend_ayuv.c
gst/videomixer/videomixer.c