Opened 6 years ago
Closed 6 years ago
#176 closed defect (fixed)
reshaper and hash ME may use wrong IBC mode indication
Reported by: | ksuehring | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-4.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description (last modified by ksuehring)
In JVET_M0483_IBC the SPSNext function getIBCMode() was replaced by the SPS function getIBCFlag()
The function was not removed, but since the mode is never initialized, it always returns zero.
The old function is still used in the reshaper and hash based ME code.
MR 262 removed the old function when JVET_M0483_IBC is defined.
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/262
Change history (2)
comment:1 Changed 6 years ago by ksuehring
- Description modified (diff)
comment:2 Changed 6 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
MR262 was merged