Loading lib_com/ivas_transient_det_fx.c +3 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 */ Loading @@ -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; Loading Loading
lib_com/ivas_transient_det_fx.c +3 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 */ Loading @@ -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; Loading