From 5c02d1f5328f7edd27c2714680544e6ddb6bb431 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 10 May 2016 20:49:03 -0700 Subject: [PATCH] fix mips msa build s/AV1_ADST8/AOM_ADST8/ The code in idct8x8_msa.c and inv_txfm_msa.h fell out of sync with: 80edfa0 Change "VP9" to "AV1" and ff00fc0 Change "VPX" to "AOM" the other instance in av1/encoder/mips/msa/fdct_msa.h was renamed to AOM_ADST8. these modules could use further harmonization regarding AV1_ vs AOM_ Change-Id: I5beb01c1dd9ee998ba9bdcfd86adacd4ffce55c8 --- aom_dsp/mips/inv_txfm_msa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aom_dsp/mips/inv_txfm_msa.h b/aom_dsp/mips/inv_txfm_msa.h index 4fbba1a23..ce2065bb2 100644 --- a/aom_dsp/mips/inv_txfm_msa.h +++ b/aom_dsp/mips/inv_txfm_msa.h @@ -16,7 +16,7 @@ #include "aom_dsp/mips/txfm_macros_msa.h" #include "aom_dsp/txfm_common.h" -#define AV1_ADST8(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ +#define AOM_ADST8(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ out3, out4, out5, out6, out7) \ { \ v8i16 cnst0_m, cnst1_m, cnst2_m, cnst3_m, cnst4_m; \