Opened 12 years ago Closed 12 years ago #952 closed defect (wontfix)syntax function mvd_coding arguments are not used
Description
mvd_coding has the following header format:
mvd_coding( x0, y0, refList ) {
But the input parameters are never used anywhere, so it could be changed to:
mvd_coding( ) { Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by pieterkapsenberg
comment:3 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
|
They are used in the corresponding semantics to derive entries of the mvd array:
"– If refList is equal to 0, MvdL0[ x0 ][ y0 ][ compIdx ] is set equal to lMvd[ compIdx ] for compIdx = 0..1.
– Otherwise (refList is equal to 1), MvdL1[ x0 ][ y0 ][ compIdx ] is set equal to lMvd[ compIdx ] for compIdx = 0..1."