Opened 5 years ago
Closed 5 years ago
#483 closed defect (invalid)
MVD value may exceed entropy coding limit of 32 bits in CABACWriter::exp_golomb_eqprob
Reported by: | wanght99 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In VTM-6.0, the range of MVD values in [-217, 217-1], inclusive. When the MVD has the value of -217, the number of exp_golomb bins will exceed the limit of 32.
A fixed of using the range of [-(217-1), 217-1] was suggested (https://jvet.hhi.fraunhofer.de/trac/vvc/ticket/478).
Change history (2)
comment:1 Changed 5 years ago by bbross
comment:2 Changed 5 years ago by wanght99
- Resolution set to invalid
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Is a change to the spec needed for that?