Opened 12 years ago Closed 12 years ago #588 closed defect (fixed)Typo in pseudo codes in 9.2.2.6 Binarization process for cu_qp_delta
Description
According to JCTVC-F754, "cNum--" should be "--cNum." However, the current spec does not define the prefix decrement operator. A reasonable fix would be to decrement the cNum in advance. The fix is described in the attachment. Attachments (1)Change History (4)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by kchonocomment:2 Changed 12 years ago by bbrosscomment:3 Changed 12 years ago by bbross
This is fixed in JCTVC-I1003 d5 (v6). Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
As an improvement of the fix, I suggest to move
after
to assure that cNum never gets negative although it would be not used in that case.