Commit acfc4376 authored by multrus's avatar multrus
Browse files

fix compilation on some platforms

parent dc603f84
Loading
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -1832,8 +1832,8 @@ const int16_t Param_MC_index[MAX_CICP_CHANNELS] =
};
#ifdef NONBE_FIX_1165_STATIC_SCAL_PARAMMC
const float ivas_param_mc_dmx_scal_fac_CICP6_2tc_static     = (2.0f + 2.f * INV_SQRT2);
const float ivas_param_mc_dmx_scal_fac_CICP6_2tc_static_inv = 1.f / (2.0f + 2.f * INV_SQRT2);
#define ivas_param_mc_dmx_scal_fac_CICP6_2tc_static     (2.0f + 2.f * INV_SQRT2)
#define ivas_param_mc_dmx_scal_fac_CICP6_2tc_static_inv (1.f / ivas_param_mc_dmx_scal_fac_CICP6_2tc_static)
#endif
const float ivas_param_mc_dmx_fac_CICP6_2tc[12] =
{
@@ -1842,8 +1842,8 @@ const float ivas_param_mc_dmx_fac_CICP6_2tc[12] =
};
#ifdef NONBE_FIX_1165_STATIC_SCAL_PARAMMC
const float ivas_param_mc_dmx_scal_fac_CICP12_2tc_static     = (3.0f + 2.f * INV_SQRT2);
const float ivas_param_mc_dmx_scal_fac_CICP12_2tc_static_inv = 1.f / (3.0f + 2.f * INV_SQRT2);
#define ivas_param_mc_dmx_scal_fac_CICP12_2tc_static     (3.0f + 2.f * INV_SQRT2)
#define ivas_param_mc_dmx_scal_fac_CICP12_2tc_static_inv (1.f / ivas_param_mc_dmx_scal_fac_CICP12_2tc_static)
#endif
const float ivas_param_mc_dmx_fac_CICP12_2tc[16] =
{
@@ -1852,8 +1852,8 @@ const float ivas_param_mc_dmx_fac_CICP12_2tc[16] =
};
#ifdef NONBE_FIX_1165_STATIC_SCAL_PARAMMC
const float ivas_param_mc_dmx_scal_fac_CICP12_3tc_static     = (3.0f);
const float ivas_param_mc_dmx_scal_fac_CICP12_3tc_static_inv = 1.f / (3.0f);
#define ivas_param_mc_dmx_scal_fac_CICP12_3tc_static     (3.0f)
#define ivas_param_mc_dmx_scal_fac_CICP12_3tc_static_inv (1.f / ivas_param_mc_dmx_scal_fac_CICP12_3tc_static)
#endif
const float ivas_param_mc_dmx_fac_CICP12_3tc[24] =
{
@@ -1863,8 +1863,8 @@ const float ivas_param_mc_dmx_fac_CICP12_3tc[24] =
};
#ifdef NONBE_FIX_1165_STATIC_SCAL_PARAMMC
const float ivas_param_mc_dmx_scal_fac_CICP14_2tc_static     = (3.0f + 2.f * INV_SQRT2);
const float ivas_param_mc_dmx_scal_fac_CICP14_2tc_static_inv = 1.f / (3.0f + 2.f * INV_SQRT2);
#define ivas_param_mc_dmx_scal_fac_CICP14_2tc_static     (3.0f + 2.f * INV_SQRT2)
#define ivas_param_mc_dmx_scal_fac_CICP14_2tc_static_inv (1.f / ivas_param_mc_dmx_scal_fac_CICP14_2tc_static)
#endif
const float ivas_param_mc_dmx_fac_CICP14_2tc[16] =
{
@@ -1873,8 +1873,8 @@ const float ivas_param_mc_dmx_fac_CICP14_2tc[16] =
};
#ifdef NONBE_FIX_1165_STATIC_SCAL_PARAMMC
const float ivas_param_mc_dmx_scal_fac_CICP14_3tc_static     = (3.0f);
const float ivas_param_mc_dmx_scal_fac_CICP14_3tc_static_inv = 1.f / (3.0f);
#define ivas_param_mc_dmx_scal_fac_CICP14_3tc_static     (3.0f)
#define ivas_param_mc_dmx_scal_fac_CICP14_3tc_static_inv (1.f / ivas_param_mc_dmx_scal_fac_CICP14_3tc_static)
#endif
const float ivas_param_mc_dmx_fac_CICP14_3tc[24] =
{
@@ -1884,8 +1884,8 @@ const float ivas_param_mc_dmx_fac_CICP14_3tc[24] =
};
#ifdef NONBE_FIX_1165_STATIC_SCAL_PARAMMC
const float ivas_param_mc_dmx_scal_fac_CICP16_3tc_static     = (4.0f);
const float ivas_param_mc_dmx_scal_fac_CICP16_3tc_static_inv = 1.f / (4.0f);
#define ivas_param_mc_dmx_scal_fac_CICP16_3tc_static     (4.0f)
#define ivas_param_mc_dmx_scal_fac_CICP16_3tc_static_inv (1.f / ivas_param_mc_dmx_scal_fac_CICP16_3tc_static)
#endif
const float ivas_param_mc_dmx_fac_CICP16_3tc[30] =
{
@@ -1895,8 +1895,8 @@ const float ivas_param_mc_dmx_fac_CICP16_3tc[30] =
};
#ifdef NONBE_FIX_1165_STATIC_SCAL_PARAMMC
const float ivas_param_mc_dmx_scal_fac_CICP19_3tc_static     = (5.0);
const float ivas_param_mc_dmx_scal_fac_CICP19_3tc_static_inv = 1.f / (5.0);
#define ivas_param_mc_dmx_scal_fac_CICP19_3tc_static     (5.0f)
#define ivas_param_mc_dmx_scal_fac_CICP19_3tc_static_inv (1.f / ivas_param_mc_dmx_scal_fac_CICP19_3tc_static)
#endif
const float ivas_param_mc_dmx_fac_CICP19_3tc[36] =
{