Opened 12 years ago Closed 7 years ago #1081 closed enhancement (wontfix)Redundant condition in availability calculation
Description
In "6.4.2 Derivation process for prediction block availability" when sameCb is TRUE, the text checks the following conditions:
These conditions correspond to:
However, I believe that the final condition is redundant. The decode process will never try to predict from locations that are directly below the current part.
I doubt that this actually requires a change, as the current text is entirely correct, but I have posted this bug in case:
Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 7 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
|
The redundant condition is harmless.