Opened 4 years ago
Closed 4 years ago
#1155 closed enhancement (fixed)
Redundant check of ciip flag in deblocking
Reported by: | Kenneth | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-10.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The following check is redundant and can be removed from the Bs derivation:
if ((cuP.firstPU->ciipFlag cuQ.firstPU->ciipFlag)) {
return 1;
}
Apparently a left over from when subblocks where removed from CIIP.
Change history (2)
comment:1 Changed 4 years ago by fbossen
comment:2 Changed 4 years ago by XiangLi
- Milestone set to VTM-10.0
- Resolution set to fixed
- Status changed from new to closed
Fixed as suggested.
Note: See TracTickets for help on using tickets.
See https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1799