Opened 5 years ago
Closed 5 years ago
#504 closed defect (fixed)
Typo in 8.4.5.2.12 Eq (8-146)
Reported by: | huayg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | typo | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
There is a typo in Eq (8-146).
ref[ x ] = p[ −1 − refIdx ][ −1 − refIdx + Min( ( x * invAngle + 256 ) >> 9, nTbH ) ], with x = −nTbH..1
Should be:
with x = −nTbH..-1
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Thanks!
Fixed in a document we are preparing to be submitted as an editorial input
to the 16th JVET meeting.