Skip to content
Snippets Groups Projects
  1. Mar 12, 2019
  2. Mar 11, 2019
  3. Mar 10, 2019
  4. Mar 09, 2019
    • Romain Vimont's avatar
      Remove go_up() and go_left() from PlaneMutSlice · ef0d6a15
      Romain Vimont authored
      These functions return a subslice that exceed its parent slice. We want
      to avoid this behavior for tiling.
      ef0d6a15
    • Romain Vimont's avatar
      Avoid out-of-slice accesses in get_intra_edges() · bdff1ea7
      Romain Vimont authored
      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.
      bdff1ea7
    • Romain Vimont's avatar
      Add EdgedPlaneSlice · e97b05c4
      Romain Vimont authored
      For tiling, we want subslices to never exceed their parent slice.
      
      However, several functions need to read few pixels on top and on the
      left of a given PlaneSlice.
      
      For that purpose, introduce EdgedPlaneSlice, containing a PlaneSlice
      which includes edges and the edges size.
      e97b05c4
  5. Mar 08, 2019
  6. Mar 07, 2019
  7. Mar 06, 2019
  8. Mar 04, 2019
  9. Mar 03, 2019
Loading