Opened 6 years ago
Closed 6 years ago
#73 closed defect (fixed)
Unused function in IntraPrediction.cpp in VTM-2.0rc1
Reported by: | vdrugeon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The function IntraPrediction::xReferenceFilter does not seem to be used anymore, yet there is still code for it in IntraPrediction.cpp.
Change history (1)
comment:1 Changed 6 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
The function seems to be used only if JVET_K0063_PDPC_SIMP is off. I added guards depending on the define in merge request !63
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_BMS/merge_requests/63