Skip to content
Snippets Groups Projects
Commit bdff1ea7 authored by Romain Vimont's avatar Romain Vimont Committed by Romain Vimont
Browse files

Avoid out-of-slice accesses in get_intra_edges()

The function get_intra_edges() acceded 1 pixel above and 1 pixel on the
left of the given PlaneSlice. This behavior will be problematic for
tiling.

Instead, use EdgedPlaneSlice to pass the extended region, so that a
subslice never exceeds its parent slice.
parent e97b05c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment