mips msa vp9 updated convolve horiz, vert, hv, copy, avg module
Updated sources according to improved version of common MSA macros.
Enabled respective convolve MSA hooks and tests.
Overall, this is just upgrading the code with styling changes.
Change-Id: If5ad6ef8ea7ca47feed6d2fc9f34f0f0e8b6694d
diff --git a/test/convolve_test.cc b/test/convolve_test.cc
index 6f1a294..a42bdc3 100644
--- a/test/convolve_test.cc
+++ b/test/convolve_test.cc
@@ -1815,8 +1815,7 @@
make_tuple(64, 64, &convolve8_dspr2)));
#endif
-#if 0 // HAVE_MSA
-// TODO(parag): enable when function hooks are added
+#if HAVE_MSA
const ConvolveFunctions convolve8_msa(
vp9_convolve_copy_msa, vp9_convolve_avg_msa,
vp9_convolve8_horiz_msa, vp9_convolve8_avg_horiz_c,