| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index cf8a41988f5b8c6902d84caa27e185632843c61b..1e79ae0a434edde467fd3d8cb1c4154686e3597a 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -306,6 +306,7 @@ extern "C" {
|
| // TODO(fbarchard): Implement NEON version
|
| #ifndef __aarch64__
|
| #define HAS_I422TOARGBMATRIXROW_NEON
|
| +#define HAS_J422TOARGBROW_NEON
|
| #endif
|
| // #define HAS_I422TOABGRMATRIXROW_NEON
|
| #define HAS_I422TOBGRAROW_NEON
|
| @@ -316,7 +317,6 @@ extern "C" {
|
| #define HAS_I422TOUYVYROW_NEON
|
| #define HAS_I422TOYUY2ROW_NEON
|
| #define HAS_I444TOARGBROW_NEON
|
| -#define HAS_J422TOARGBROW_NEON
|
| #define HAS_MERGEUVROW_NEON
|
| #define HAS_MIRRORROW_NEON
|
| #define HAS_MIRRORUVROW_NEON
|
|
|