Opened 5 years ago
Closed 5 years ago
#380 closed enhancement (fixed)
support of slice/tile boundary checking for O1109
Reported by: | taoranlu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-6.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Current implementation of O1109 (MR 648) is not general enough to support multiple slice/tile/brick case for lacking the boundary check and does not handle CTU size < 64 cases.
The improved implementation is provided in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/729
There is no performance change on CTC testing cases where CTU size =128 and no multiple slice.
Change history (1)
comment:1 Changed 5 years ago by XiangLi
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed as suggested.