mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
Fix for ARGBScale nacl validator
BUG=253 TESTED=ncval.exe newlib/Release/nacltest_x86_64.nexe R=nfullagar@google.com Review URL: https://webrtc-codereview.appspot.com/2066004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@767 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
f6e1139921
commit
fc34ac5bb2
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 766
|
||||
Version: 767
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||
#define INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
#define LIBYUV_VERSION 766
|
||||
#define LIBYUV_VERSION 767
|
||||
|
||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||
|
||||
@ -513,6 +513,7 @@ static void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb,
|
||||
"movq "MEMACCESS(0)",%%xmm0 \n"
|
||||
MEMOPREG(movhps,0x00,0,1,1,xmm0) // movhps (%0,%1,1),%%xmm0
|
||||
MEMOPREG(movq,0x00,0,1,2,xmm1) // movq (%0,%1,2),%%xmm1
|
||||
BUNDLEALIGN
|
||||
MEMOPREG(movhps,0x00,0,4,1,xmm1) // movhps (%0,%4,1),%%xmm1
|
||||
"lea "MEMLEA4(0x00,0,1,4)",%0 \n"
|
||||
"movq "MEMACCESS(5)",%%xmm2 \n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user