Commit ad848586 authored by vaclav's avatar vaclav Committed by Manuel Jander
Browse files

clang-format + more cleaning

parent 1aeaaeaa
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -6776,18 +6776,6 @@ void ivas_ism_renderer_close(
);


/*----------------------------------------------------------------------------------*
 * Amplitude Panning VBAP prototypes
 *----------------------------------------------------------------------------------*/

void panning_wrap_angles(
    const float azi_deg,                                        /* i  : azimuth in degrees for panning direction (positive left) */
    const float ele_deg,                                        /* i  : elevation in degrees for panning direction (positive up) */
    float *azi_wrapped,                                         /* o  : wrapped azimuth component                                */
    float *ele_wrapped                                          /* o  : wrapped elevation component                              */
);


/*----------------------------------------------------------------------------------*
 * McMASA prototypes
 *----------------------------------------------------------------------------------*/
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@
#include "jbm_pcmdsp_fifo.h"
#include <math.h>
#include <assert.h>
#ifdef DEBUGGING
#include "float_to_fix_ops.h"
#endif
#include "wmc_auto.h"