Commit 50d8e8b5 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'main' into knj/test-ci

parents 02203960 769b238b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

# Compiler output Unix
IVAS_cod
IVAS_cod_fmtsw
IVAS_dec
IVAS_rend
ISAR_post_rend
@@ -16,6 +17,7 @@ build*/**/*

# Compiler output VS2017
IVAS_cod.exe
IVAS_cod_fmtsw.exe
IVAS_dec.exe
IVAS_rend.exe
ISAR_post_rend.exe
+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"
Loading