From 8232203819945db6a320f806172a48990334d1cb Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 18 Dec 2014 01:49:19 +0000 Subject: [PATCH] Disable color matrix neon code that fails unittests. BUG=371 TESTED=locally tested by arm R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/37439004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1209 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- include/libyuv/row.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libyuv/row.h b/include/libyuv/row.h index 2fe91c675..7beee3063 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -329,8 +329,9 @@ extern "C" { #define HAS_SOBELXROW_NEON #define HAS_SOBELXYROW_NEON #define HAS_SOBELYROW_NEON +// TODO(fbarchard): Fix ARGBColorMatrix Neon version and reenable. +// #define HAS_ARGBCOLORMATRIXROW_NEON // TODO(fbarchard): Test the following 3 work on 32 bit arm. -#define HAS_ARGBCOLORMATRIXROW_NEON #define HAS_ARGBSETROWS_NEON #define HAS_ARGBSHUFFLEROW_NEON #endif