aboutsummaryrefslogtreecommitdiff
path: root/decoder/ixheaacd_tcx_fwd_alcnx.c
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-08-27 10:16:29 -0700
committerXin Li <delphij@google.com>2020-08-27 10:16:29 -0700
commit0312fc42cbd168783641a3605e6da363d2062a2f (patch)
tree896026de3bf3d6ff479f5fd5a095013c43b64c75 /decoder/ixheaacd_tcx_fwd_alcnx.c
parentd6f04bfbc2a5e16673521e5aaa25ea035d582018 (diff)
parent473ba97deff352aef90c8decd289f31e6955ec29 (diff)
downloadlibxaac-0312fc42cbd168783641a3605e6da363d2062a2f.tar.gz
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
Bug: 166295507 Merged-In: I67a2f4be536fd22a9cc615088ce6368223311cf2 Change-Id: Iea753fbdfd54db2a0c5499ca481767192ccc55ca
Diffstat (limited to 'decoder/ixheaacd_tcx_fwd_alcnx.c')
-rw-r--r--decoder/ixheaacd_tcx_fwd_alcnx.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/decoder/ixheaacd_tcx_fwd_alcnx.c b/decoder/ixheaacd_tcx_fwd_alcnx.c
index bf579d2..617f20e 100644
--- a/decoder/ixheaacd_tcx_fwd_alcnx.c
+++ b/decoder/ixheaacd_tcx_fwd_alcnx.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <math.h>
#include <string.h>
-#include <ixheaacd_type_def.h>
+#include "ixheaacd_type_def.h"
#include "ixheaacd_bitbuffer.h"
#include "ixheaacd_interface.h"
@@ -50,9 +50,8 @@
#include "ixheaacd_acelp_com.h"
#include "ixheaacd_constants.h"
-#include <ixheaacd_type_def.h>
-#include <ixheaacd_basic_ops32.h>
-#include <ixheaacd_basic_ops40.h>
+#include "ixheaacd_basic_ops32.h"
+#include "ixheaacd_basic_ops40.h"
static FLOAT32 ixheaacd_randomsign(UWORD32 *seed);
#define ABS(A) ((A) < 0 ? (-A) : (A))