Opened 5 years ago
Closed 5 years ago
#386 closed defect (fixed)
JVET-O0272 with alignment between SW and text and one corner case bug fixed
Reported by: | zhiyilin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-6.0 |
Component: | VTM | Version: | VTM-5.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Changed the range of the encoder checks in SW from [0, 15] to [lmcs_min_bin_idx, LmcsMaxBinIdx] as an alignment between SW and text. We also found a corner case that was not well addressed in the previous version. This ticket provides the correct LMCS pivots adjustment for that corner case.
All of the changes are encoder only, and it shows no impact on CTC.
Change history (2)
comment:1 Changed 5 years ago by XiangLi
comment:2 Changed 5 years ago by XiangLi
- Milestone set to VTM-6.0
- Resolution set to fixed
- Status changed from new to closed
Fixed as suggested.
Note: See TracTickets for help on using tickets.
A fix is provided in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/733.