Skip to content
  • James Zern's avatar
    fix mips msa build · 5c02d1f5
    James Zern authored
    s/AV1_ADST8/AOM_ADST8/
    
    The code in idct8x8_msa.c and inv_txfm_msa.h fell out of sync with:
    80edfa01 Change "VP9" to "AV1"
    and
    ff00fc0f 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
    5c02d1f5