mips msa vp9 updated macros and disable all MSA functions

Done little restructuring/styling changes to the sources like generic macro definitions, their use to reduce code lines, better code alignments etc.
Disabled all MSA hooks and tests

Change-Id: Ic6f2dce0b501f46b80c06c46c0fe2043d557b190
This commit is contained in:
Parag Salasakar
2015-05-28 15:29:07 +05:30
parent ed93470a69
commit f9f078ebb6
8 changed files with 1253 additions and 849 deletions

View File

@@ -1815,7 +1815,8 @@ INSTANTIATE_TEST_CASE_P(DSPR2, ConvolveTest, ::testing::Values(
make_tuple(64, 64, &convolve8_dspr2)));
#endif
#if HAVE_MSA
#if 0 // HAVE_MSA
// TODO(parag): enable when function hooks are added
const ConvolveFunctions convolve8_msa(
vp9_convolve_copy_msa, vp9_convolve_avg_msa,
vp9_convolve8_horiz_msa, vp9_convolve8_avg_horiz_c,