#910 closed defect (fixed)8.5.3.1.8 Wrong operand direction when using DiffPicOrderCnt()
Description
"If PicOrderCnt( pic ) of every picture pic in every reference picture list of the current slice is less than or equal to PicOrderCntVal, mvCol, refIdxCol, and listCol are set equal to..."
DiffPicOrderCnt( currPic, pic ).
Change History (5)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by conrad.hocomment:3 Changed 12 years ago by yk
It is indeed a typo - will be corrected as suggested. comment:4 Changed 12 years ago by bbross
Fixed in JCTVC-L0030. comment:5 Changed 12 years ago by bbross
Ticket #933 has been marked as a duplicate of this ticket. 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
|
Spec v11, v12, v13:
" If DiffPicOrderCnt( currPic, pic ) is less than or equal to 0 for every picture pic in every reference picture list of the current slice, mvCol, refIdxCol, and listCol are set equal to mvLXCol[ xPCol ][ yPCol ], refIdxLXCol[ xPCol ][ yPCol ] and LX, respectively with X being the value of X this process is invoked for. "
DiffPicOrderCnt( currPic, pic ) is a typo and should be DiffPicOrderCnt( pic, currPic ) .
HM coincides with v10.