Index: source/row_any.cc |
diff --git a/source/row_any.cc b/source/row_any.cc |
index 9a9dffda045af2ae0627ae8f954588da3330f4ff..3b1e41d411305533e7f928815c417fc5171b7c5c 100644 |
--- a/source/row_any.cc |
+++ b/source/row_any.cc |
@@ -119,6 +119,7 @@ ANY31(I422ToRAWRow_Any_NEON, I422ToRAWRow_NEON, 1, 0, 3, 7) |
ANY31(I422ToARGB4444Row_Any_NEON, I422ToARGB4444Row_NEON, 1, 0, 2, 7) |
ANY31(I422ToARGB1555Row_Any_NEON, I422ToARGB1555Row_NEON, 1, 0, 2, 7) |
ANY31(I422ToRGB565Row_Any_NEON, I422ToRGB565Row_NEON, 1, 0, 2, 7) |
+ANY31(J422ToARGBRow_Any_NEON, J422ToARGBRow_NEON, 1, 0, 4, 7) |
#endif |
#ifdef HAS_I422TOYUY2ROW_NEON |
ANY31(I422ToYUY2Row_Any_NEON, I422ToYUY2Row_NEON, 1, 1, 4, 15) |