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

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

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

am: 0b2aed88

Change-Id: I4e5ba9793a9efe6d59a403b7b7416a8959514cad
parents fb91f95f 0b2aed88
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 ){