diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2012-10-19 17:21:55 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-19 17:21:55 -0700 |
commit | c3ed4a1c3ea71681c71de48c206a899e702864bd (patch) | |
tree | 89c966f16a572049c2d60dce03d405d272aa725d /media/libstagefright | |
parent | 9e760d66c5dfae4d9688e32d7a02fca09569f7ef (diff) | |
parent | 347f35436be724a64272c41e6325f03fe6b9d43a (diff) | |
download | frameworks_av-c3ed4a1c3ea71681c71de48c206a899e702864bd.zip frameworks_av-c3ed4a1c3ea71681c71de48c206a899e702864bd.tar.gz frameworks_av-c3ed4a1c3ea71681c71de48c206a899e702864bd.tar.bz2 |
Merge "AAC DRC reference level for mobile is -16dB" into jb-mr1-dev
Diffstat (limited to 'media/libstagefright')
-rw-r--r-- | media/libstagefright/codecs/aacdec/SoftAAC2.cpp | 2 |
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 |