Commit e64c2362 authored by fbarchard@google.com's avatar fbarchard@google.com

Fix for Nacl version of blur

BUG=253
TEST=none
R=nfullagar@google.com

Review URL: https://webrtc-codereview.appspot.com/1987004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@749 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 9335518f
Name: libyuv Name: libyuv
URL: http://code.google.com/p/libyuv/ URL: http://code.google.com/p/libyuv/
Version: 748 Version: 749
License: BSD License: BSD
License File: LICENSE License File: LICENSE
......
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 748 #define LIBYUV_VERSION 749
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
...@@ -4596,6 +4596,7 @@ void ComputeCumulativeSumRow_SSE2(const uint8* row, int32* cumsum, ...@@ -4596,6 +4596,7 @@ void ComputeCumulativeSumRow_SSE2(const uint8* row, int32* cumsum,
"punpcklwd %%xmm1,%%xmm2 \n" "punpcklwd %%xmm1,%%xmm2 \n"
"paddd %%xmm2,%%xmm0 \n" "paddd %%xmm2,%%xmm0 \n"
"movdqu "MEMACCESS(2)",%%xmm2 \n" "movdqu "MEMACCESS(2)",%%xmm2 \n"
"lea "MEMLEA(0x10,2)",%2 \n"
"paddd %%xmm0,%%xmm2 \n" "paddd %%xmm0,%%xmm2 \n"
"movdqu %%xmm2,"MEMACCESS(1)" \n" "movdqu %%xmm2,"MEMACCESS(1)" \n"
"lea "MEMLEA(0x10,1)",%1 \n" "lea "MEMLEA(0x10,1)",%1 \n"
......
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