Commit c8a64af3 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

activate accidentally deactivated codesections

parent 1598034c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7228,7 +7228,7 @@ static void renderActiveInputsIsm_manageCldfbAnaStates(
        {
            FOR( ch = 0; ch < BINAURAL_CHANNELS; ch++ )
            {
#ifdef FIX_2436_CLDFBANAHANDLE_ADRESS_
#ifdef FIX_2436_CLDFBANAHANDLE_ADRESS
                Word32 **pCurStatePtr = &( pCurCldfbAna[BINAURAL_CHANNELS * pos_idx + ch]->cldfb_state_fx );
                int states_len = sub( pCurCldfbAna[BINAURAL_CHANNELS * pos_idx + ch]->p_filter_length, pCurCldfbAna[BINAURAL_CHANNELS * pos_idx + ch]->no_channels );
#else
@@ -7238,7 +7238,7 @@ static void renderActiveInputsIsm_manageCldfbAnaStates(

                IF( EQ_32( MODE, 0 ) ) /*MODE 0 = Backup*/
                {
#ifdef FIX_2436_CLDFBANAHANDLE_ADRESS_
#ifdef FIX_2436_CLDFBANAHANDLE_ADRESS
                    cldfb_states_orig[BINAURAL_CHANNELS * pos_idx + ch] = *pCurStatePtr;
#else
                    cldfb_states_orig[pos_idx + ch] = *pCurStatePtr;
@@ -7259,7 +7259,7 @@ static void renderActiveInputsIsm_manageCldfbAnaStates(
                    /*restore if last iteration*/
                    // if ( EQ_32( i, sub( RENDERER_MAX_ISM_INPUTS, 1 ) ) )
                    {
#ifdef FIX_2436_CLDFBANAHANDLE_ADRESS_
#ifdef FIX_2436_CLDFBANAHANDLE_ADRESS
                        *pCurStatePtr = cldfb_states_orig[BINAURAL_CHANNELS * pos_idx + ch];
#else
                        *pCurStatePtr = cldfb_states_orig[pos_idx + ch];