Opened 5 years ago
Closed 5 years ago
#745 closed defect (fixed)
ALF Boundary Issues
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-7.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
1.) Enabling JVET-P0551 disables the macro JVET_O0625_ALF_PADDING. This has the side-effect of disabling the JVET_P0158_ALIGN_ALF_VB changes.
2.) I believe the JVET-P0551 isCrossedByVirtualBoundaries( ) slice boundary detection may be missing logic to detect and pad top-left or bottom-right slice edges. For example, when the top and left CTU are both within the current slice, but the top-left CTU is not. These cases can happen with raster-scan slices.
Change history (3)
comment:1 Changed 5 years ago by nanhu
comment:2 Changed 5 years ago by bheng
Yes, I believe that should fix the first item. Thanks for looking into the issue.
comment:3 Changed 5 years ago by bheng
- Resolution set to fixed
- Status changed from new to closed
Fixed with MR jvet/VVCSoftware_VTM!1163 and jvet/VVCSoftware_VTM!1187.
1) P0158 integration is missing when O0625 is disabled. A merge request has been submitted (https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/1163). Please check if it is correct.
2) yes, boundary processing for raster-scan slices is missing in P0551 integration. However, I believe that P0053, P0157 and P0551 are only related to rectangular slices.