having new variable 'inter' in-between "reorder/antialias" and "hybrid" in order...
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / SynthesisFilter.java
index 7a2d41e59c7fa66f40b5ae16b67f9aa2982204fe..abc60ea278e8732f7736a10fe8a840c579604855 100644 (file)
@@ -1889,8 +1889,9 @@ final class SynthesisFilter {
    * d[] split into subarrays of length 16. This provides for more faster access\r
    * by allowing a block of 16 to be addressed with constant offset.\r
    **/\r
+  //TODO CONST\r
   @LOC("V")\r
-  private static float d16[][] = null;\r
+  private final static float d16[][] = null; \r
 \r
   /**\r
    * Converts a 1D array into a number of smaller arrays. This is used to\r