summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2012-10-19 17:26:43 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-19 17:26:43 -0700
commitd483b1c83b7630eb28299c37e92aeade104f6bd8 (patch)
treecfbd6643020a1435a26eacdd611ffcf9fbf5bfa6
parent2c1bc46946f4b62b80af9426d0dce025da6e2203 (diff)
parentdf4fca94ecad030e980e0c0f6b7d9711726d9638 (diff)
downloadframeworks_av-d483b1c83b7630eb28299c37e92aeade104f6bd8.zip
frameworks_av-d483b1c83b7630eb28299c37e92aeade104f6bd8.tar.gz
frameworks_av-d483b1c83b7630eb28299c37e92aeade104f6bd8.tar.bz2
am c3ed4a1c: Merge "AAC DRC reference level for mobile is -16dB" into jb-mr1-dev
* commit 'c3ed4a1c3ea71681c71de48c206a899e702864bd': AAC DRC reference level for mobile is -16dB
-rw-r--r--media/libstagefright/codecs/aacdec/SoftAAC2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/codecs/aacdec/SoftAAC2.cpp b/media/libstagefright/codecs/aacdec/SoftAAC2.cpp
index ff8cc3e..d88813e 100644
--- a/media/libstagefright/codecs/aacdec/SoftAAC2.cpp
+++ b/media/libstagefright/codecs/aacdec/SoftAAC2.cpp
@@ -27,7 +27,7 @@
#define FILEREAD_MAX_LAYERS 2
-#define DRC_DEFAULT_MOBILE_REF_LEVEL 48 /* 48*-0.25dB = -12 dB below full scale for mobile conf */
+#define DRC_DEFAULT_MOBILE_REF_LEVEL 64 /* 64*-0.25dB = -16 dB below full scale for mobile conf */
#define DRC_DEFAULT_MOBILE_DRC_CUT 127 /* maximum compression of dynamic range for mobile conf */
#define MAX_CHANNEL_COUNT 6 /* maximum number of audio channels that can be decoded */
// names of properties that can be used to override the default DRC settings