Opened 6 years ago
Closed 6 years ago
#268 closed defect (fixed)
RDPCM: missing clip when adding residue deltas
Reported by: | gordon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-5.1 |
Component: | VTM | Version: | VTM-5.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Residue delta addition occurs in invResDPCM in Quant.cpp for each of the two possible directions. In both cases, the result should be clipped prior to being stored and used for later additions.
The attached patch shows the intended modification.
Attachments (1)
Change history (2)
Changed 6 years ago by gordon
comment:1 Changed 6 years ago by XiangLi
- Milestone set to VTM-5.1
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-5.0
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/553. No impact on coding performance.