Re-enable SIMD Wiener filter
It was accidentally made to default to the C version in a recent
refactor.
BUG=aomedia:1585
Change-Id: Id64d551f494c9116122daeb2550e8450a3587263
diff --git a/av1/common/restoration.c b/av1/common/restoration.c
index f973f69..ea8ff82 100644
--- a/av1/common/restoration.c
+++ b/av1/common/restoration.c
@@ -1188,7 +1188,7 @@
}
}
-#define highbd_wiener_convolve_add_src av1_highbd_wiener_convolve_add_src_hip_c
+#define highbd_wiener_convolve_add_src av1_highbd_wiener_convolve_add_src_hip
static void wiener_filter_stripe_highbd(const RestorationUnitInfo *rui,
int stripe_width, int stripe_height,