mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-22 15:33:47 +00:00
10l (hadamard fix)
Originally committed as revision 1771 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 " #b2 ", " #b2 " \n\t"\
|
||||
"psubw " #a1 ", " #b1 " \n\t"\
|
||||
"psubw " #a2 ", " #b1 " \n\t"
|
||||
"psubw " #a2 ", " #b2 " \n\t"
|
||||
|
||||
#define HADAMARD48\
|
||||
LBUTTERFLY2(%%mm0, %%mm1, %%mm2, %%mm3)\
|
||||
|
||||
Reference in New Issue
Block a user