Commit 48dd19d5 authored by vaclav's avatar vaclav
Browse files

clang-format

parent fae5aa6c
Loading
Loading
Loading
Loading
Loading
+5 −16
Original line number Diff line number Diff line
@@ -93,7 +93,6 @@ static void adaptTransportSignalsHeadtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackD
static void ivas_dirac_dec_binaural_check_and_switch_transports_headtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackData, float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], const int16_t nBins, float Rmat[3][3] );
#endif


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 );

static void hrtfShGetHrtf( const int16_t bin, const int16_t aziDeg, const int16_t eleDeg, float *lRealp, float *lImagp, float *rRealp, float *rImagp );
@@ -105,10 +104,6 @@ static void matrixMul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Ai
static void matrixTransp2Mul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Aim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bre[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outRe[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outIm[BINAURAL_CHANNELS][BINAURAL_CHANNELS] );


#ifdef JBM_TSM_ON_TCS
#endif


/*-------------------------------------------------------------------------
 * ivas_dirac_dec_init_binaural_data()
 *
@@ -442,7 +437,6 @@ void ivas_dirac_dec_binaural(
    {
        ivas_spar_dec_set_render_map( st_ivas, DEFAULT_JBM_CLDFB_TIMESLOTS );
    }

#endif

    if ( st_ivas->hDiracDecBin->useTdDecorr )
@@ -510,8 +504,7 @@ void ivas_dirac_dec_binaural(
/*-------------------------------------------------------------------------
 * Local functions
 *------------------------------------------------------------------------*/
#ifdef JBM_TSM_ON_TCS
#endif


static void ivas_dirac_dec_binaural_internal(
    Decoder_Struct *st_ivas,
@@ -1374,8 +1367,6 @@ static void ivas_dirac_dec_binaural_determine_processing_matrices(
    return;
}

#ifdef JBM_TSM_ON_TCS
#endif

static void ivas_dirac_dec_binaural_process_output(
    Decoder_Struct *st_ivas,
@@ -1511,8 +1502,6 @@ static void ivas_dirac_dec_binaural_process_output(
    return;
}

#ifdef JBM_TSM_ON_TCS
#endif

static void adaptTransportSignalsHeadtracked(
    HEAD_TRACK_DATA_HANDLE hHeadTrackData,
+11 −11

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.