aboutsummaryrefslogtreecommitdiffstats
path: root/libSBRdec
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2016-10-28 01:14:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-28 01:14:27 +0000
commit664e5f27946c3949e2f0aa87f48efe6bbce101c1 (patch)
tree6dc876100fa51e37b866094fdc242d03ccbf01ff /libSBRdec
parent515fb25ef76da9b8a1ad842aaccd3ebb6790c5dc (diff)
parented91226cec35c24f4e0cc13bb46ffff98fb37f52 (diff)
downloadfdk-aac-664e5f27946c3949e2f0aa87f48efe6bbce101c1.tar.gz
fdk-aac-664e5f27946c3949e2f0aa87f48efe6bbce101c1.tar.bz2
fdk-aac-664e5f27946c3949e2f0aa87f48efe6bbce101c1.zip
Merge "Remove redundant register storage class specifiers"
am: ed91226cec Change-Id: Ieb0f6090190d7cd2d21599f9b1e6ce950608313d
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;