Changes between Initial Version and Version 1 of Ticket #1015
- Timestamp:
- 18 Apr 2020, 15:15:22 (5 years ago)
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 1 1 the corresponding code in VTM8.0 2 {{{ 2 3 for( uint32_t j = 0; j < numSlicesInTile-1; j++ ) 3 4 { … … 8 9 m_sliceMap[ i ].setSliceID(i); 9 10 } 11 }}} 10 12 before 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 ]; 11 13 will submit a MR soon.