Commit 4b3e2eb9 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

move definition of L_FRAME48k and AMBI_MAX_CHANNELS to lib_util/ambi_convert.h

parent 81caf0df
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@
#include <stdio.h>
#include "ambi_convert.h"

#define L_FRAME48k 960

#define SQRT_2_ 1.4142135f /* sqrtf(2.0f) */
#define SQRT_3_ 1.7320508f /* sqrtf(3.0f) */
#define SQRT_5_ 2.2360679f /* sqrtf(5.0f) */
@@ -56,9 +54,6 @@
#define INV_SQRT_8_OVER_5_     0.7905694f /* 1.0f/INV_SQRT_8_OVER_5_ */
#define INV_SQRT_45_OVER_32_   0.8432740f /* 1.0f/SQRT_45_OVER_32_   */

#define AMBI_MAX_CHANNELS 16


/* --------------------------------
   normalization conversion tables
   -------------------------------- */
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@

#include <stdint.h>

#define L_FRAME48k 960
#define AMBI_MAX_CHANNELS 16

typedef enum
{
    AMBI_FMT_ACN_SN3D = 0,