mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
fix for InterpolateRow_AVX2
TBR=harryjin@google.com BUG=libyuv:535 Review URL: https://codereview.chromium.org/1543773002 .
This commit is contained in:
parent
0f5c7660d1
commit
2cb2e9e1ad
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 1558
|
||||
Version: 1559
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||
#define INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
#define LIBYUV_VERSION 1558
|
||||
#define LIBYUV_VERSION 1559
|
||||
|
||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||
|
||||
@ -4880,7 +4880,7 @@ void InterpolateRow_AVX2(uint8* dst_ptr, const uint8* src_ptr,
|
||||
|
||||
"vmovd %3,%%xmm0 \n"
|
||||
"neg %3 \n"
|
||||
"add $0x80,%3 \n"
|
||||
"add $0x100,%3 \n"
|
||||
"vmovd %3,%%xmm5 \n"
|
||||
"vpunpcklbw %%xmm0,%%xmm5,%%xmm5 \n"
|
||||
"vpunpcklwd %%xmm5,%%xmm5,%%xmm5 \n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user