changes: since the inverse-MDCT uses input samples from the previous output, make...
authoryeom <yeom>
Fri, 26 Aug 2011 00:58:55 +0000 (00:58 +0000)
committeryeom <yeom>
Fri, 26 Aug 2011 00:58:55 +0000 (00:58 +0000)
commit94e02fa4a6deddcbf1065197dcc9b6a4c3fc1db7
tree6ba92e9d7a2643fe0980a17e90bbe0b19af37df3
parent95ade08265a30f939a5f49aa3d25db6152d0e6fd
changes: since the inverse-MDCT uses input samples from the previous output, make sure that every SSJava loop iteration drops the raw_output of IMDCT and the previous block buffer by one height.
Robust/src/ClassLibrary/SSJava/SSJAVA.java
Robust/src/Tests/ssJava/mp3decoder/LayerIIIDecoder.java
Robust/src/Tests/ssJava/mp3decoder/SynthesisFilter.java