Commit 763a4b80 authored by vaclav's avatar vaclav
Browse files

Merge branch 'revision_of_constants' into 'main'

Revision of constants and includes

See merge request !2601
parents cf4064b3 c802fe7d
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