We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e04f3f commit fc3f455Copy full SHA for fc3f455
docs/index.html
@@ -31759,7 +31759,7 @@ <h4 id="intermediate-output-preparation-process">Intermediate output preparation
31759
<li>
31760
<p>The array OutV is (w + subX) >> subX samples across by (h + subY) >> subY
31761
samples down and the sample at location x samples across and y samples
31762
-down is given by OutV[ y ][ x ] = FrameStore[ frame_to_show_map_idx ][ 2 ][ x ][ y ]
+down is given by OutV[ y ][ x ] = FrameStore[ frame_to_show_map_idx ][ 2 ][ y ][ x ]
31763
with x = 0..((w + subX) >> subX) - 1 and y = 0..((h + subY) >> subY) - 1.</p>
31764
</li>
31765
0 commit comments