Commit c4b01558 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Run clang format

parent 851ba759
Loading
Loading
Loading
Loading
+17 −7
Original line number Diff line number Diff line
@@ -85,7 +85,9 @@ static void ivas_dirac_dec_binaural_internal( Decoder_Struct *st_ivas,
#ifdef EXTERNAL_ORIENTATIONS
                                              COMBINED_ORIENTATION_HANDLE hCombinedOrientationData,
#endif
                                              float *output_f[], const int16_t nchan_transport, const int16_t subframe );
                                              float *output_f[],
                                              const int16_t nchan_transport,
                                              const int16_t subframe );

static void ivas_dirac_dec_decorrelate_slot( DIRAC_DEC_HANDLE hDirAC, const int16_t slot, float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], float decRe[][CLDFB_NO_CHANNELS_MAX], float decIm[][CLDFB_NO_CHANNELS_MAX] );

@@ -107,7 +109,11 @@ static void adaptTransportSignalsHeadtracked(
#else
    HEAD_TRACK_DATA_HANDLE hHeadTrackData,
#endif
        float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], const int16_t nBins, const int16_t nSlots, float Rmat[3][3] );
    float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX],
    float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX],
    const int16_t nBins,
    const int16_t nSlots,
    float Rmat[3][3] );

static void ivas_dirac_dec_binaural_check_and_switch_transports_headtracked(
#ifdef EXTERNAL_ORIENTATIONS
@@ -115,7 +121,11 @@ static void ivas_dirac_dec_binaural_check_and_switch_transports_headtracked(
#else
    HEAD_TRACK_DATA_HANDLE hHeadTrackData,
#endif
        float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], const int16_t nBins, const int16_t nSlots, float Rmat[3][3] );
    float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX],
    float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX],
    const int16_t nBins,
    const int16_t nSlots,
    float Rmat[3][3] );

static void formulate2x2MixingMatrix( float Ein1, float Ein2, float CinRe, float CinIm, float Eout1, float Eout2, float CoutRe, float CoutIm, float Q[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Mre[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Mim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], const float regularizationFactor );
#ifdef FIX_511_OPTIMIZE_PARAMBIN_GAIN_FETCH
+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

Loading