diff --git a/README.chromium b/README.chromium index 09fe88852..ac8c1d8b3 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 828 +Version: 829 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index e3b9f1ec2..85ac446d1 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 828 +#define LIBYUV_VERSION 829 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_posix.cc b/source/row_posix.cc index e30656173..40d960dc4 100644 --- a/source/row_posix.cc +++ b/source/row_posix.cc @@ -5878,7 +5878,7 @@ void ARGBToBayerGGRow_SSE2(const uint8* src_argb, uint8* dst_bayer, "psrld $0x8,%%xmm1 \n" "pand %%xmm5,%%xmm0 \n" "pand %%xmm5,%%xmm1 \n" - "packusdw %%xmm1,%%xmm0 \n" + "packssdw %%xmm1,%%xmm0 \n" "packuswb %%xmm1,%%xmm0 \n" "sub $0x8,%2 \n" "movq %%xmm0," MEMACCESS(1) " \n" diff --git a/source/row_win.cc b/source/row_win.cc index dfa0f6e93..7159f2e32 100644 --- a/source/row_win.cc +++ b/source/row_win.cc @@ -6662,7 +6662,7 @@ void ARGBToBayerGGRow_SSE2(const uint8* src_argb, uint8* dst_bayer, psrld xmm1, 8 pand xmm0, xmm5 pand xmm1, xmm5 - packusdw xmm0, xmm1 + packssdw xmm0, xmm1 packuswb xmm0, xmm1 sub ecx, 8 movq qword ptr [edx], xmm0