Opened 11 years ago

Closed 11 years ago

#952 closed defect (wontfix)

syntax function mvd_coding arguments are not used

Reported by: pieterkapsenberg Owned by: bbross
Priority: minor Milestone: D9
Component: Text Version: D9 (K1003) v13
Keywords: Cc: bbross, wjhan, jct-vc@…

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 11 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 11 years ago by pieterkapsenberg

  • Summary changed from syntax function mvd_coding parameters are not used to syntax function mvd_coding arguments are not used

comment:3 Changed 11 years ago by bbross

  • Resolution set to wontfix
  • Status changed from new to closed

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."

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

  • Benjamin Bross(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Pieter Kapsenberg(Reporter, Participant)
  • Woo-Jin Han(Subscriber)