Opened 6 years ago
Closed 6 years ago
#255 closed defect (fixed)
Deprecated IntraPrediction::useFilteredIntraRefSamples function shouldn't be used
Reported by: | fbossen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-5.0 |
Component: | VTM | Version: | VTM-5.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
During VTM 5 development the intra prediction code was refactored. The IntraPrediction::useFilteredIntraRefSamples function was deprecated but not removed from the code. The integration of LFNST (JVET-N0193) uses this function, which is undesirable. It is suggested to remove the function and related dependencies.
Change history (2)
comment:1 Changed 6 years ago by fbossen
comment:2 Changed 6 years ago by XiangLi
- Milestone set to VTM-5.0
- Resolution set to fixed
- Status changed from new to closed
Fixed as in MR !533.
Note: See TracTickets for help on using tickets.
Suggested fix: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/533