Loading lib_dec/ivas_binRenderer_internal_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -981,11 +981,7 @@ static void ivas_binaural_obtain_DMX_fx( ELSE { Word16 div = divide3232( P_in_fx[bandIdx], P_out_fx ); #ifdef FIX_1835_REVERB_ACTIVATION Word16 exp = 16; // divide3232 returns Q15 #else Word16 exp = norm_l( div ); #endif factEQ_fx = Sqrt32( div, &exp ); factEQ_fx = L_shl( factEQ_fx, sub( exp, 1 ) ); // Q30 } Loading Loading
lib_dec/ivas_binRenderer_internal_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -981,11 +981,7 @@ static void ivas_binaural_obtain_DMX_fx( ELSE { Word16 div = divide3232( P_in_fx[bandIdx], P_out_fx ); #ifdef FIX_1835_REVERB_ACTIVATION Word16 exp = 16; // divide3232 returns Q15 #else Word16 exp = norm_l( div ); #endif factEQ_fx = Sqrt32( div, &exp ); factEQ_fx = L_shl( factEQ_fx, sub( exp, 1 ) ); // Q30 } Loading