Commit 41b81488 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Merge branch 'main' into basop-2059-reverb-structure-memory-non-optimality

parents d3315946 02579bc7
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,8 @@ static
 * Local structures
 *------------------------------------------------------------------------------------------*/

typedef float IVAS_REND_LfePanMtx[RENDERER_MAX_INPUT_LFE_CHANNELS][RENDERER_MAX_OUTPUT_CHANNELS];

typedef struct
{
    uint32_t frameCounter;
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <assert.h>
#include <stdint.h>
#include "options.h"
#include <math.h>
#include "stat_dec.h"
#include "prot_fx.h"
#include "rom_com.h"
+571 −971

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@

#include <stdint.h>
#include <assert.h>
#include <math.h>
#include "options.h"
#include "prot_fx.h"
#include "basop_util.h"
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@

#include <stdint.h>
#include "options.h"
#include <math.h>
#include "cnst.h"
#include "prot_fx.h"
#include "rom_com.h"
Loading