Loading lib_util/ambi_convert.c +0 −5 Original line number Diff line number Diff line Loading @@ -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) */ Loading @@ -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 -------------------------------- */ Loading lib_util/ambi_convert.h +3 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,9 @@ #include <stdint.h> #define L_FRAME48k 960 #define AMBI_MAX_CHANNELS 16 typedef enum { AMBI_FMT_ACN_SN3D = 0, Loading Loading
lib_util/ambi_convert.c +0 −5 Original line number Diff line number Diff line Loading @@ -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) */ Loading @@ -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 -------------------------------- */ Loading
lib_util/ambi_convert.h +3 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,9 @@ #include <stdint.h> #define L_FRAME48k 960 #define AMBI_MAX_CHANNELS 16 typedef enum { AMBI_FMT_ACN_SN3D = 0, Loading