diff --git a/README.chromium b/README.chromium index 8e85062cc..b5bda47c8 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1016 +Version: 1017 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 563708575..b7a9dbc9e 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 1016 +#define LIBYUV_VERSION 1017 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/scale_neon.cc b/source/scale_neon.cc index 138596653..1b8a5ba58 100644 --- a/source/scale_neon.cc +++ b/source/scale_neon.cc @@ -302,8 +302,11 @@ void OMITFP ScaleRowDown38_3_Box_NEON(const uint8* src_ptr, const uint8* src_ptr1 = src_ptr + src_stride * 2; asm volatile ( + MEMACCESS(5) "vld1.16 {q13}, [%5] \n" + MEMACCESS(6) "vld1.8 {q14}, [%6] \n" + MEMACCESS(7) "vld1.8 {q15}, [%7] \n" "add %3, %0 \n" ".p2align 2 \n" @@ -317,6 +320,7 @@ void OMITFP ScaleRowDown38_3_Box_NEON(const uint8* src_ptr, "vld4.8 {d0, d1, d2, d3}, [%0]! \n" MEMACCESS(3) "vld4.8 {d4, d5, d6, d7}, [%3]! \n" + MEMACCESS(4) "vld4.8 {d16, d17, d18, d19}, [%4]! \n" "subs %2, %2, #12 \n"