Opened 6 years ago
Closed 6 years ago
#260 closed defect (fixed)
one inverse angle parameter invAngle error
Reported by: | JinKunGUO | Owned by: | JinKunGUO |
---|---|---|---|
Priority: | minor | Milestone: | VTM-5.0 |
Component: | VTM | Version: | VTM-5.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In VVCD5, the inverse angle parameter invAngle is derived based on intraPredAngle as follows:
invAngle = Round((256*32)/"intraPredAngle" )
However, in VTM-5.0, the invAngle should be 161 when intraPredAngle equals to 51 rather than 160.
Change history (1)
comment:1 Changed 6 years ago by XiangLi
- Milestone set to VTM-5.0
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/538.