Loading lib_rend/ivas_reverb_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2449,7 +2449,7 @@ ivas_error ivas_binaural_reverb_init( temp32 = Mult_32_16( roomAcoustics->acousticPreDelay_fx, ( ( IVAS_48k / CLDFB_NO_CHANNELS_MAX ) >> 1 ) ); // Q11 preDelay = extract_l( L_shr( L_add( temp32, L_shl( 1, 10 ) ), 11 ) ); // Q0 #else preDelay = (int16_t) roundf( ( 48000.0f / CLDFB_NO_CHANNELS_MAX ) * roomAcoustics->acousticPreDelay ); preDelay = (int16_t) roundf( 48000.0f * roomAcoustics->acousticPreDelay / CLDFB_NO_CHANNELS_MAX ); #endif #ifdef FIX_1741_REVERB_TIMES_Q_FORMAT floatToFixed_arrL( t60_temp, t60, Q26, CLDFB_NO_CHANNELS_MAX ); Loading Loading
lib_rend/ivas_reverb_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2449,7 +2449,7 @@ ivas_error ivas_binaural_reverb_init( temp32 = Mult_32_16( roomAcoustics->acousticPreDelay_fx, ( ( IVAS_48k / CLDFB_NO_CHANNELS_MAX ) >> 1 ) ); // Q11 preDelay = extract_l( L_shr( L_add( temp32, L_shl( 1, 10 ) ), 11 ) ); // Q0 #else preDelay = (int16_t) roundf( ( 48000.0f / CLDFB_NO_CHANNELS_MAX ) * roomAcoustics->acousticPreDelay ); preDelay = (int16_t) roundf( 48000.0f * roomAcoustics->acousticPreDelay / CLDFB_NO_CHANNELS_MAX ); #endif #ifdef FIX_1741_REVERB_TIMES_Q_FORMAT floatToFixed_arrL( t60_temp, t60, Q26, CLDFB_NO_CHANNELS_MAX ); Loading