Skip to content

Commit

Permalink
Fix OutV set FrameStore
Browse files Browse the repository at this point in the history
  • Loading branch information
chai51 committed Nov 25, 2024
1 parent 5e04f3f commit fc3f455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31759,7 +31759,7 @@ <h4 id="intermediate-output-preparation-process">Intermediate output preparation
<li>
<p>The array OutV is (w + subX) &gt;&gt; subX samples across by (h + subY) &gt;&gt; subY
samples down and the sample at location x samples across and y samples
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 ]
with x = 0..((w + subX) &gt;&gt; subX) - 1 and y = 0..((h + subY) &gt;&gt; subY) - 1.</p>
</li>
<li>
Expand Down

0 comments on commit fc3f455

Please sign in to comment.