diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-26 12:33:16 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-26 12:33:16 +0000 |
commit | 81f8895cb433d34da3478b45904536a365d88946 (patch) | |
tree | 428a19ae1c386c1874bf1235f8006a1a8832ac05 /ChangeLog | |
parent | 9fbc550ee173229058094ad2a43858342ba4fc8e (diff) | |
download | gst-plugins-bad-81f8895cb433d34da3478b45904536a365d88946.tar.gz gst-plugins-bad-81f8895cb433d34da3478b45904536a365d88946.tar.bz2 gst-plugins-bad-81f8895cb433d34da3478b45904536a365d88946.zip |
gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at once. This should give a small speedup an...
Original commit message from CVS:
* gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
* gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
* gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
* gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
Unroll the loop to handle two bytes at once. This should give
a small speedup and makes it possible to handle chroma and luma
different which is needed later.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-08-26 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc: + * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc: + * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc: + * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc: + Unroll the loop to handle two bytes at once. This should give + a small speedup and makes it possible to handle chroma and luma + different which is needed later. + 2008-08-26 Edward Hervey <edward.hervey@collabora.co.uk> * gst/dccp/gstdccpserversink.c: |