History log of /haiku/src/add-ons/media/plugins/ffmpeg/yuvrgb_sse2.nasm
Revision Date Author Comments
# 6c958652 28-Mar-2014 Jonathan Schleifer <js@webkeks.org>

Replace a few equ with %define to make nasm happy

Interestingly, it only complained about some of them. Changing them all
to %define though, as equ means it should try to evaluate it once, which
of course it can't really if those are ebp+CONSTANT.

Didn't catch those since I wasn't building gcc2h.
Thanks to jessicah for reporting and testing the fix!


# 0df942b6 01-Mar-2011 David McPaul <dlmcpaul@gmail.com>

Use multiplication instead of shifts and adds. Include SSSE3 routine

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40768 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 51d9b4fe 21-Dec-2010 David McPaul <dlmcpaul@gmail.com>

correct yuv422 planar conversion. Seperate sse, sse2 and ssse3 asm code. Add packed convertor

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39913 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6c958652365063c87e90ebf384d6f52bf571c3c9 28-Mar-2014 Jonathan Schleifer <js@webkeks.org>

Replace a few equ with %define to make nasm happy

Interestingly, it only complained about some of them. Changing them all
to %define though, as equ means it should try to evaluate it once, which
of course it can't really if those are ebp+CONSTANT.

Didn't catch those since I wasn't building gcc2h.
Thanks to jessicah for reporting and testing the fix!


# 0df942b65c16297096fc1f6fa8ace300647da917 01-Mar-2011 David McPaul <dlmcpaul@gmail.com>

Use multiplication instead of shifts and adds. Include SSSE3 routine

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40768 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 51d9b4fe14bec902662f90f9ff7dca5df5622527 21-Dec-2010 David McPaul <dlmcpaul@gmail.com>

correct yuv422 planar conversion. Seperate sse, sse2 and ssse3 asm code. Add packed convertor

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39913 a95241bf-73f2-0310-859d-f6bbb57e9c96