Loading lib_rend/ivas_efap.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ #define EFAP_MAX_GHOST_LS 5 /* Maximum number of ghost Loudspeakers, for memory allocation purpose */ #define POLY_THRESH 1e-4f #ifdef FIX_1574_EFAP_CODE_LINT #define MAX_AZI_GAP 1.f / 160.f /* Max azimuth tolerance to extend the LS setup in the horizontal plane */ #define MAX_AZI_GAP ( 1.f / 160.f ) /* Max azimuth tolerance to extend the LS setup in the horizontal plane */ #endif #ifdef DEBUG_EFAP_POLY_TOFILE #define PANNING_AZI_RESOLUTION 2 Loading Loading
lib_rend/ivas_efap.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ #define EFAP_MAX_GHOST_LS 5 /* Maximum number of ghost Loudspeakers, for memory allocation purpose */ #define POLY_THRESH 1e-4f #ifdef FIX_1574_EFAP_CODE_LINT #define MAX_AZI_GAP 1.f / 160.f /* Max azimuth tolerance to extend the LS setup in the horizontal plane */ #define MAX_AZI_GAP ( 1.f / 160.f ) /* Max azimuth tolerance to extend the LS setup in the horizontal plane */ #endif #ifdef DEBUG_EFAP_POLY_TOFILE #define PANNING_AZI_RESOLUTION 2 Loading