mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
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
This commit is contained in:
parent
284d6bdf49
commit
8232203819
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user