Commit a6c95839 authored by michaelni's avatar michaelni

10l (hadamard fix)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1771 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1271febf
...@@ -589,7 +589,7 @@ static void diff_bytes_mmx(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w){ ...@@ -589,7 +589,7 @@ static void diff_bytes_mmx(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w){
"paddw " #b1 ", " #b1 " \n\t"\ "paddw " #b1 ", " #b1 " \n\t"\
"paddw " #b2 ", " #b2 " \n\t"\ "paddw " #b2 ", " #b2 " \n\t"\
"psubw " #a1 ", " #b1 " \n\t"\ "psubw " #a1 ", " #b1 " \n\t"\
"psubw " #a2 ", " #b1 " \n\t" "psubw " #a2 ", " #b2 " \n\t"
#define HADAMARD48\ #define HADAMARD48\
LBUTTERFLY2(%%mm0, %%mm1, %%mm2, %%mm3)\ LBUTTERFLY2(%%mm0, %%mm1, %%mm2, %%mm3)\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment