Skip to content
  • Romain Vimont's avatar
    Do not pass both BlockOffset and PlaneOffset · 537679d0
    Romain Vimont authored
    In motion estimation, several functions received both the offset
    expressed in blocks and in pixels for the luma plane. This information
    is redundant: a block offset is trivially convertible to a luma plane
    offset.
    
    With tiling, we need to manage both absolute offsets (relative to the
    frame) and offsets relative to the current tile. This will be more
    simple without duplication.
    537679d0