diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2018-12-26 18:07:50 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-12-26 18:07:50 -0800 |
commit | 18d4dcf2551245c887962e34130cb24414b0b969 (patch) | |
tree | c85f22e09e179d9293d4c9e813b94157af297e1b /libAACdec/src/usacdec_const.h | |
parent | 350e4ffea2b756a40a124db5ba341257299f1e3f (diff) | |
parent | eaad782db3d81611164cc195587c53a6b51b0922 (diff) | |
download | fdk-aac-18d4dcf2551245c887962e34130cb24414b0b969.tar.gz fdk-aac-18d4dcf2551245c887962e34130cb24414b0b969.tar.bz2 fdk-aac-18d4dcf2551245c887962e34130cb24414b0b969.zip |
Merge "Prevent overflow in usac filters" am: 4053380094
am: eaad782db3
Change-Id: I86ee269643f3247138c71ffe88a2a589bfce0357
Diffstat (limited to 'libAACdec/src/usacdec_const.h')
-rw-r--r-- | libAACdec/src/usacdec_const.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libAACdec/src/usacdec_const.h b/libAACdec/src/usacdec_const.h index c7dbae7..f68e808 100644 --- a/libAACdec/src/usacdec_const.h +++ b/libAACdec/src/usacdec_const.h @@ -115,6 +115,7 @@ amm-info@iis.fraunhofer.de /* definitions which are independent of coreCoderFrameLength */ #define M_LP_FILTER_ORDER 16 /* LP filter order */ +#define LP_FILTER_SCALE 4 /* LP filter scale */ #define PIT_MIN_12k8 34 /* Minimum pitch lag with resolution 1/4 */ #define PIT_MAX_12k8 231 /* Maximum pitch lag for fs=12.8kHz */ |