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

Commit 7b461f65 authored by liuchao's avatar liuchao
Browse files

Remove useless code in aacenc

Remove useless code in aacenc for better understanding

Test: mm -j8
Change-Id: I6f5a1dcfea5dd3642d1c607be68103039cbb8c53
parent 55498fa3
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 ){