Skip to content

JVET-N0070: Reference frame wraparound modifications.

Implements the changes adopted in N0070:

  • Limit the range of sps_ref_wraparound_offset_minus1.
  • Infer sps_ref_wraparound_enabled_flag = 0 for small picture sizes.
  • Replace infinite modulo wraparound with a single offset.

Merge request reports