Commit bb0a521c authored by Frank Barchard's avatar Frank Barchard

j422 not available on aarch64

The aarch64 version does not have I422ToARGBMatrix yet,
so adding this to the ifdef section of row.h

R=harryjin@google.com
TBR=harryjin@google.com, zhongwei.yao@linaro.org
BUG=libyuv:488

Review URL: https://codereview.chromium.org/1347853002 .
parent 509c6442
Name: libyuv Name: libyuv
URL: http://code.google.com/p/libyuv/ URL: http://code.google.com/p/libyuv/
Version: 1483 Version: 1484
License: BSD License: BSD
License File: LICENSE License File: LICENSE
......
...@@ -306,6 +306,7 @@ extern "C" { ...@@ -306,6 +306,7 @@ extern "C" {
// TODO(fbarchard): Implement NEON version // TODO(fbarchard): Implement NEON version
#ifndef __aarch64__ #ifndef __aarch64__
#define HAS_I422TOARGBMATRIXROW_NEON #define HAS_I422TOARGBMATRIXROW_NEON
#define HAS_J422TOARGBROW_NEON
#endif #endif
// #define HAS_I422TOABGRMATRIXROW_NEON // #define HAS_I422TOABGRMATRIXROW_NEON
#define HAS_I422TOBGRAROW_NEON #define HAS_I422TOBGRAROW_NEON
...@@ -316,7 +317,6 @@ extern "C" { ...@@ -316,7 +317,6 @@ extern "C" {
#define HAS_I422TOUYVYROW_NEON #define HAS_I422TOUYVYROW_NEON
#define HAS_I422TOYUY2ROW_NEON #define HAS_I422TOYUY2ROW_NEON
#define HAS_I444TOARGBROW_NEON #define HAS_I444TOARGBROW_NEON
#define HAS_J422TOARGBROW_NEON
#define HAS_MERGEUVROW_NEON #define HAS_MERGEUVROW_NEON
#define HAS_MIRRORROW_NEON #define HAS_MIRRORROW_NEON
#define HAS_MIRRORUVROW_NEON #define HAS_MIRRORUVROW_NEON
......
...@@ -11,6 +11,6 @@ ...@@ -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 1483 #define LIBYUV_VERSION 1484
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment