aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/uhjfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/uhjfilter.h')
-rw-r--r--Alc/uhjfilter.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Alc/uhjfilter.h b/Alc/uhjfilter.h
index 5238e202..a5aa9275 100644
--- a/Alc/uhjfilter.h
+++ b/Alc/uhjfilter.h
@@ -12,9 +12,8 @@ typedef struct AllPassState {
/* Encoding 2-channel UHJ from B-Format is done as:
*
- * W' = W * sqrt(2)
- * S = 0.9396926*W' + 0.1855740*X
- * D = j(-0.3420201*W' + 0.5098604*X) + 0.6554516*Y
+ * S = 0.9396926*W + 0.1855740*X
+ * D = j(-0.3420201*W + 0.5098604*X) + 0.6554516*Y
*
* Left = (S + D)/2.0
* Right = (S - D)/2.0