summaryrefslogtreecommitdiff
path: root/doc/html/format.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/format.html')
-rw-r--r--doc/html/format.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/format.html b/doc/html/format.html
index ad2cddf7..ce1e483d 100644
--- a/doc/html/format.html
+++ b/doc/html/format.html
@@ -1737,13 +1737,13 @@
Encoded residual. The number of samples (n) in the partition is determined as follows:<br />
<ul>
<li>
- if the partition order is zero, n = frame's blocksize - predictor order
+ partition size = (frame's blocksize / (2^partition order))
</li>
<li>
- else if this is not the first partition of the subframe, n = (frame's blocksize / (2^partition order))
+ for first partition of the subframe, n = partition size - predictor
</li>
<li>
- else n = (frame's blocksize / (2^partition order)) - predictor order
+ for remaining partitions, n = partition size
</li>
</ul>
</td>
@@ -1816,13 +1816,13 @@
Encoded residual. The number of samples (n) in the partition is determined as follows:<br />
<ul>
<li>
- if the partition order is zero, n = frame's blocksize - predictor order
+ partition size = (frame's blocksize / (2^partition order))
</li>
<li>
- else if this is not the first partition of the subframe, n = (frame's blocksize / (2^partition order))
+ for first partition of the subframe, n = partition size - predictor
</li>
<li>
- else n = (frame's blocksize / (2^partition order)) - predictor order
+ for remaining partitions, n = partition size
</li>
</ul>
</td>