]> gitweb @ CieloNegro.org - wavpack.git/blobdiff - Codec/Audio/WavPack/Decorrelation.hs
DecorrWeights
[wavpack.git] / Codec / Audio / WavPack / Decorrelation.hs
index b72909fd3b0162e46d59f1e073a2ed4942d207b3..5fc22f073a0a4ba7b20ce880352552c8a544074a 100644 (file)
@@ -17,16 +17,16 @@ maxTerm = 8
 -- | FIXME
 data DecorrPass
     = DecorrPass {
 -- | FIXME
 data DecorrPass
     = DecorrPass {
-      -- | The decorrelation term: (term /= 0) && ((-3 <= term <= 8)
-      --   || (term == 17) || (term <= 18))
+      -- | The decorrelation term: @(term /= 0) && ((-3 <= term <= 8)
+      --   || (term == 17) || (term <= 18))@
         dpTerm     ∷ !Int8
         dpTerm     ∷ !Int8
-      -- | The decorrelation delta: 0 <= delta <= 8
+      -- | The decorrelation delta: @0 <= delta <= 8@
       , dpDelta    ∷ !Int8
       , dpDelta    ∷ !Int8
-      -- | The decorrelation weight for channel A: -1024 <= weight <=
-      --   1024
+      -- | The decorrelation weight for channel A: @-1024 <= weight <=
+      --   1024@
       , dpWeightA  ∷ !Int16
       , dpWeightA  ∷ !Int16
-      -- | The decorrelation weight for channel B: -1024 <= weight <=
-      --   1024
+      -- | The decorrelation weight for channel B: @-1024 <= weight <=
+      --   1024@
       , dpWeightB  ∷ !Int16
       -- | The decorrelation samples for channel A.
       , dpSamplesA ∷ !(UV.Vector Int32)
       , dpWeightB  ∷ !Int16
       -- | The decorrelation samples for channel A.
       , dpSamplesA ∷ !(UV.Vector Int32)