| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index c64b6be1bbf6af7437c5c9a55a7c8c4438450379..5ac0c42b251f4f71a3cff0eead6544dbdd423de0 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -299,15 +299,18 @@ extern "C" {
|
| #define HAS_COPYROW_NEON
|
| #define HAS_J400TOARGBROW_NEON
|
| #define HAS_I411TOARGBROW_NEON
|
| +#define HAS_I422TOARGBROW_NEON
|
| #define HAS_I422TOABGRROW_NEON
|
| #define HAS_I422TOARGB1555ROW_NEON
|
| #define HAS_I422TOARGB4444ROW_NEON
|
| -#define HAS_I422TOARGBROW_NEON
|
| // TODO(fbarchard): Implement aarch64 neon version
|
| #ifndef __aarch64__
|
| #define HAS_I422TOARGBMATRIXROW_NEON
|
| +#define HAS_I422TOABGRMATRIXROW_NEON
|
| #define HAS_J422TOARGBROW_NEON
|
| +#define HAS_J422TOABGRROW_NEON
|
| #define HAS_H422TOARGBROW_NEON
|
| +#define HAS_H422TOABGRROW_NEON
|
| #endif
|
| // #define HAS_I422TOABGRMATRIXROW_NEON
|
| #define HAS_I422TOBGRAROW_NEON
|
|
|