Opened 5 months ago
#1607 new defect
Wrong sign (+ instead of -) in Fig 16 Flowchart for decoding a decision in the ITU text
Reported by: | bbross | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | H.266/VVC v2 |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In Figure 16 - Flowchart for decoding a decision of the ITU text there is a wrong sign while the ISO text is correct:
ivlOffset = ivlOffset + ivlCurrRange
should be
ivlOffset = ivlOffset – ivlCurrRange
Note: See TracTickets for help on using tickets.