it passes the definitely written analysis.
authoryeom <yeom>
Sat, 27 Aug 2011 05:02:41 +0000 (05:02 +0000)
committeryeom <yeom>
Sat, 27 Aug 2011 05:02:41 +0000 (05:02 +0000)
commitdb9832ecde6c582526730ce0e0822cfb71e7d85e
tree78dd60bbcf529b1de928842ec33df665cb7df572
parent406764d1e232bdcabfa00532a9249f266885f317
it passes the definitely written analysis.

the current implementation of the synthesis filter assumes to have the previous internal array values of the previous granule when it combines the subbands to the original PCM signal. So it calls for introducing the temporal data structure keeping the previous ones and making it fall down once per a loop. seems to sacrifice memory spaces for desireable properties but still looking for a better idea to handle it.
Robust/src/Analysis/SSJava/DefinitelyWrittenCheck.java
Robust/src/Analysis/SSJava/SSJavaAnalysis.java
Robust/src/Tests/ssJava/mp3decoder/LayerIIIDecoder.java
Robust/src/Tests/ssJava/mp3decoder/SynthesisFilter.java