mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-02-16 23:29:52 +08:00
Color Matrix on Arm use C version. Unittest is failing on iphone5s, so disable Neon for until investigated.
BUG=326 TESTED=untested R=thorcarpenter@google.com Review URL: https://webrtc-codereview.appspot.com/20369005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1003 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
05c4c71509
commit
b846eb4f6e
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 1000
|
Version: 1003
|
||||||
License: BSD
|
License: BSD
|
||||||
License File: LICENSE
|
License File: LICENSE
|
||||||
|
|
||||||
|
|||||||
@ -312,7 +312,6 @@ extern "C" {
|
|||||||
#define HAS_ARGBADDROW_NEON
|
#define HAS_ARGBADDROW_NEON
|
||||||
#define HAS_ARGBATTENUATEROW_NEON
|
#define HAS_ARGBATTENUATEROW_NEON
|
||||||
#define HAS_ARGBBLENDROW_NEON
|
#define HAS_ARGBBLENDROW_NEON
|
||||||
#define HAS_ARGBCOLORMATRIXROW_NEON
|
|
||||||
#define HAS_ARGBGRAYROW_NEON
|
#define HAS_ARGBGRAYROW_NEON
|
||||||
#define HAS_ARGBMIRRORROW_NEON
|
#define HAS_ARGBMIRRORROW_NEON
|
||||||
#define HAS_ARGBMULTIPLYROW_NEON
|
#define HAS_ARGBMULTIPLYROW_NEON
|
||||||
@ -326,6 +325,8 @@ extern "C" {
|
|||||||
#define HAS_SOBELXROW_NEON
|
#define HAS_SOBELXROW_NEON
|
||||||
#define HAS_SOBELYROW_NEON
|
#define HAS_SOBELYROW_NEON
|
||||||
#define HAS_INTERPOLATEROW_NEON
|
#define HAS_INTERPOLATEROW_NEON
|
||||||
|
// TODO(fbarchard): Investigate neon unittest failure.
|
||||||
|
// #define HAS_ARGBCOLORMATRIXROW_NEON
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// The following are available on Mips platforms:
|
// The following are available on Mips platforms:
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||||
#define INCLUDE_LIBYUV_VERSION_H_
|
#define INCLUDE_LIBYUV_VERSION_H_
|
||||||
|
|
||||||
#define LIBYUV_VERSION 1000
|
#define LIBYUV_VERSION 1003
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user