Opened 4 years ago
Closed 4 years ago
#1426 closed defect (fixed)
Wrong place for initialization of bestBcwCost
Reported by: | tpoirier | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | VTM-11.0 |
Component: | VTM | Version: | VTM-10.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In some rare cases xCheckRDCostInter is not executed before xCheckRDCostInterIMV due to early termination. Thus old BCW cost and idx may be used in xCheckRDCostInterIMV.
Moving the initialization in xCompressCU will fix the issue as in MR !1954.
Change history (1)
comment:1 Changed 4 years ago by ksuehring
- Milestone set to VTM-11.0
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
fixed as suggested in
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1954