aboutsummaryrefslogtreecommitdiffstats
path: root/libSBRdec
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2016-10-28 01:18:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-28 01:18:57 +0000
commitbfba552d9eb18b59d27dd414a5a68dbdc113c7d8 (patch)
tree6dc876100fa51e37b866094fdc242d03ccbf01ff /libSBRdec
parent8124c22bb7be48fdc496b2148c1315b911f309e8 (diff)
parent664e5f27946c3949e2f0aa87f48efe6bbce101c1 (diff)
downloadfdk-aac-bfba552d9eb18b59d27dd414a5a68dbdc113c7d8.tar.gz
fdk-aac-bfba552d9eb18b59d27dd414a5a68dbdc113c7d8.tar.bz2
fdk-aac-bfba552d9eb18b59d27dd414a5a68dbdc113c7d8.zip
Merge "Remove redundant register storage class specifiers" am: ed91226cec
am: 664e5f2794 Change-Id: I9d17d79e37bac378e853d6102b26a8c354790957
Diffstat (limited to 'libSBRdec')
-rw-r--r--libSBRdec/src/env_calc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libSBRdec/src/env_calc.cpp b/libSBRdec/src/env_calc.cpp
index fa5330a..73bd7ba 100644
--- a/libSBRdec/src/env_calc.cpp
+++ b/libSBRdec/src/env_calc.cpp
@@ -2031,7 +2031,7 @@ static void adjustTimeSlotHQ(
FIXP_SGL direct_ratio = /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio;
int index = *ptrPhaseIndex;
UCHAR harmIndex = *ptrHarmIndex;
- register int freqInvFlag = (lowSubband & 1);
+ int freqInvFlag = (lowSubband & 1);
FIXP_DBL sineLevel;
int shift;