Index: source/row_common.cc |
diff --git a/source/row_common.cc b/source/row_common.cc |
index eab7e9b79bce54b6d0178eb9ed4c6e04bfbad6a8..ab70d7e58ea151fe4ffca103f83f15134bf2e2a1 100644 |
--- a/source/row_common.cc |
+++ b/source/row_common.cc |
@@ -2277,6 +2277,7 @@ extern struct YuvConstants kYuvConstants; |
extern struct YuvConstants kYuvJConstants; |
extern struct YuvConstants kYuvHConstants; |
extern struct YuvConstantsNEON kYuvConstantsNEON; |
+extern struct YuvConstantsNEON kYuvJConstantsNEON; |
#define ANYYUV(NAMEANY, ANY_SIMD, YUVCONSTANTS) \ |
void NAMEANY(const uint8* y_buf, \ |
@@ -2289,7 +2290,7 @@ extern struct YuvConstantsNEON kYuvConstantsNEON; |
#ifdef HAS_I422TOARGBMATRIXROW_NEON |
ANYYUV(I422ToARGBRow_NEON, I422ToARGBMatrixRow_NEON, kYuvConstantsNEON) |
-//ANYYUV(J422ToARGBRow_NEON, I422ToARGBMatrixRow_NEON, kYuvJConstantsNEON) |
+ANYYUV(J422ToARGBRow_NEON, I422ToARGBMatrixRow_NEON, kYuvJConstantsNEON) |
//ANYYUV(H422ToARGBRow_NEON, I422ToARGBMatrixRow_NEON, kYuvHConstantsNEON) |
#endif |