Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43c71bf4 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

embdrv: Fix include ordering before clang-format

am: 29e54406

Change-Id: I8af6aa03984d2283b213dbf320e5d0751a94edf6
parents 478e14be 29e54406
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
#ifndef SBC_DCT_H
#define SBC_DCT_H

#include "sbc_enc_func_declare.h"

#if (SBC_ARM_ASM_OPT == TRUE)
#define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1, s32OutLow)					\
{																			    \
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#ifndef SBC_FUNCDECLARE_H
#define SBC_FUNCDECLARE_H

/*#include "sbc_encoder.h"*/
#include "sbc_encoder.h"
/* Global data */
#if (SBC_IS_64_MULT_IN_WINDOW_ACCU == FALSE)
extern const int16_t gas32CoeffFor4SBs[];