Commit 4660679f authored by fbarchard@google.com's avatar fbarchard@google.com

fix missing asm and version

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/508003

git-svn-id: http://libyuv.googlecode.com/svn/trunk@245 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 810cd910
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 243
Version: 245
License: BSD
License File: LICENSE
......
......@@ -11,7 +11,7 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 243
#define LIBYUV_VERSION 245
#endif // INCLUDE_LIBYUV_VERSION_H_
......@@ -2347,6 +2347,7 @@ static const uvec8 kShuffleAlpha1 = {
};
__declspec(naked) __declspec(align(16))
void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) {
__asm {
mov eax, [esp + 4] // src_argb0
mov edx, [esp + 8] // dst_argb
mov ecx, [esp + 12] // width
......
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