History log of /haiku/src/add-ons/media/plugins/ffmpeg/yuvrgb_ssse3.nasm (Results 1 – 3 of 3)
Revision Date Author Comments
# 6c958652 29-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

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!

show more ...


# 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