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
This commit is contained in:
fbarchard@google.com 2013-08-07 21:18:01 +00:00
parent 9335518f41
commit e64c236250
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 748
Version: 749
License: BSD
License File: LICENSE

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 748
#define LIBYUV_VERSION 749
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT

View File

@ -4596,6 +4596,7 @@ void ComputeCumulativeSumRow_SSE2(const uint8* row, int32* cumsum,
"punpcklwd %%xmm1,%%xmm2 \n"
"paddd %%xmm2,%%xmm0 \n"
"movdqu "MEMACCESS(2)",%%xmm2 \n"
"lea "MEMLEA(0x10,2)",%2 \n"
"paddd %%xmm0,%%xmm2 \n"
"movdqu %%xmm2,"MEMACCESS(1)" \n"
"lea "MEMLEA(0x10,1)",%1 \n"