| Index: source/row_any.cc
|
| diff --git a/source/row_any.cc b/source/row_any.cc
|
| index aeb3fe23de817371630e1c5a952636a4d7f990a4..0e75547bc85384c9061612f1548e3d983f55b953 100644
|
| --- a/source/row_any.cc
|
| +++ b/source/row_any.cc
|
| @@ -123,9 +123,15 @@ ANY31(I422ToRGB565Row_Any_NEON, I422ToRGB565Row_NEON, 1, 0, 2, 7)
|
| #ifdef HAS_J422TOARGBROW_NEON
|
| ANY31(J422ToARGBRow_Any_NEON, J422ToARGBRow_NEON, 1, 0, 4, 7)
|
| #endif
|
| +#ifdef HAS_J422TOABGRROW_NEON
|
| +ANY31(J422ToABGRRow_Any_NEON, J422ToABGRRow_NEON, 1, 0, 4, 7)
|
| +#endif
|
| #ifdef HAS_H422TOARGBROW_NEON
|
| ANY31(H422ToARGBRow_Any_NEON, H422ToARGBRow_NEON, 1, 0, 4, 7)
|
| #endif
|
| +#ifdef HAS_H422TOABGRROW_NEON
|
| +ANY31(H422ToABGRRow_Any_NEON, H422ToABGRRow_NEON, 1, 0, 4, 7)
|
| +#endif
|
| #ifdef HAS_I422TOYUY2ROW_NEON
|
| ANY31(I422ToYUY2Row_Any_NEON, I422ToYUY2Row_NEON, 1, 1, 4, 15)
|
| #endif
|
|
|