Opened 11 years ago Closed 11 years ago #1175 closed defect (fixed)Valid range for BvIntra
Description
In the semantics for mvd_sign_flag the range for BvIntra[x0][y0] is defined to be in the range of 0 to 128.
However, this would mean that the Intra block copying prediction would be copying from pixels that have not yet been decoded.
The encoder software produces both positive and negative values for BvIntra, but I believe that the block that is copied is always restricted to:
What is the correct valid range for BvIntra? Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by davidf
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
|
Resolved by adoptions (JCTVC-O0183) from Geneva that have codified the restriction:
In addition to not referencing future samples.