Loading lib_rend/ivas_reverb_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -672,9 +672,7 @@ static ivas_error compute_t60_coeffs_fx( ELSE { tmp = BASOP_Util_Divide3232_Scale( L_deposit_h( loop_delay_sec_fx ), pParams->pRt60_fx[bin_idx], &e ); // TODO: Devansh, check out the condition value required IF( LT_16( e, -6 ) ) //IF( LT_16( e, -1 ) ) { target_gains_db_fx[bin_idx] = min120q8; } Loading Loading
lib_rend/ivas_reverb_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -672,9 +672,7 @@ static ivas_error compute_t60_coeffs_fx( ELSE { tmp = BASOP_Util_Divide3232_Scale( L_deposit_h( loop_delay_sec_fx ), pParams->pRt60_fx[bin_idx], &e ); // TODO: Devansh, check out the condition value required IF( LT_16( e, -6 ) ) //IF( LT_16( e, -1 ) ) { target_gains_db_fx[bin_idx] = min120q8; } Loading