Opened 12 years ago Closed 12 years ago #924 closed defect (fixed)8.5.3.1.7: missing bottom picture boundary check
Description
To match HM,
– If ( yP >> Log2CtbSizeY ) is equal to ( yPRb >> Log2CtbSizeY ), and xPRb is less than pic_width_in_luma_samples, the following applies.
would have to be changed to
– If ( yP >> Log2CtbSizeY ) is equal to ( yPRb >> Log2CtbSizeY ), yPRb is less than pic_height_in_luma_samples, and xPRb is less than pic_width_in_luma_samples, the following applies. Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
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
|
Fixed in JCTVC-L0030.