Changes between Initial Version and Version 1 of Ticket #1015


Ignore:
Timestamp:
18 Apr 2020, 15:15:22 (5 years ago)
Author:
ksuehring
Comment:

Fixed in MR 1509

https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1509

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1015

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Milestone changed from to VTM-8.1
  • Ticket #1015 – Description

    initial v1  
    11the corresponding code in VTM8.0
     2{{{
    23      for( uint32_t j = 0; j < numSlicesInTile-1; j++ )
    34      {
     
    89        m_sliceMap[ i ].setSliceID(i);
    910      }
     11}}}
    1012before m_sliceMap[ i ].setSliceID(i), a m_sliceMap[ i ].initSliceMap() is required, in order to clear up the ctu map inside, otherwise the ctu map would be accumulated in m_sliceMap[ i ];
    1113will submit a MR soon.