mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
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:
parent
9335518f41
commit
e64c236250
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 748
|
||||
Version: 749
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user