Commit 4e772bc1 authored by Nicolas Roussin's avatar Nicolas Roussin
Browse files

Switch to optimized version.

parent 596469bc
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -375,6 +375,7 @@ static Word32 ivas_calc_duck_gain_fx(
 * Calculate in/out ducking gains
 *-----------------------------------------------------------------------------------------*/

#if 0
static void check( Word32 computed_fx, Word16 computed_q, Word32 expected_fx, Word16 expected_q );

static void check( Word32 computed_fx, Word16 computed_q, Word32 expected_fx, Word16 expected_q )
@@ -397,6 +398,7 @@ static void check( Word32 computed_fx, Word16 computed_q, Word32 expected_fx, Wo
        assert( false );
    }
}
#endif

void ivas_td_decorr_get_ducking_gains_fx(
    ivas_trans_det_state_t *hTranDet, /* i/o: Transient detector handle */
@@ -422,7 +424,7 @@ void ivas_td_decorr_get_ducking_gains_fx(
    Copy32( pIn_pcm, e_fast_fx, frame_len ); /*Q11*/


#if 0 // def OPT_2239_IVAS_FILTER_PROCESS
#ifdef OPT_2239_IVAS_FILTER_PROCESS
    /* env hpf */
    Word16 q_fast = Q11;