Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a41fe3b1 authored by liuchao's avatar liuchao Committed by android-build-merger
Browse files

Merge "Remove useless code in aacenc" am: 6f2e6b25

am: dbd85bca

Change-Id: I29804a614eaad6875d4c53aea12f2c03ccca0130
parents 602269d0 dbd85bca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ groupShortData(Word32 *mdctSpectrum,
    offset += groupLen[grp] * FRAME_LEN_SHORT;
  }
  groupedSfbOffset[i] = FRAME_LEN_LONG;
  i += 1;

  /* calculate minSnr */
  i = 0;
+0 −2
Original line number Diff line number Diff line
@@ -94,8 +94,6 @@ void MsStereoProcessing(Word32 *sfbEnergyLeft,

      pnms = fixmul(nrgL, nrgR);

      temp = (pnlr + 1) / ((pnms >> 8) + 1);

      temp = pnms - pnlr;
      if( temp > 0 ){