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
This commit is contained in:
James Zern 2016-05-10 20:49:03 -07:00
Родитель a2bdf96462
Коммит 5c02d1f532
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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; \