Opened 11 years ago

Closed 11 years ago

#851 closed defect (fixed)

condition for numMVPCandLX in 8.5.3.1.5

Reported by: sue.naing Owned by: bbross
Priority: minor Milestone:
Component: Text Version: D9 (K1003) v9
Keywords: numMVPCandLX Cc: bbross, wjhan, jct-vc@…

Description

Session 8.5.3.1.5 stated:
...
"Otherwise (numMVPCandLX is greater than or equal to 2), all motion vector predictor candidates mvpListLX[ idx ] with idx greater than 1 are removed from the list."

However, when numMVPCandLX is equal to 2, this process is unnecessary.

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 bbross

One way to clarify this would be to change:

  1. "– If numMVPCandLX is less than 2, " to "– When numMVPCandLX is less than 2, "
  2. "– Otherwise (numMVPCandLX is greater than or equal to 2)" to "– When numMVPCandLX is greater than 2"

comment:3 Changed 11 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed
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)
  • Sue Naing(Reporter)
  • Woo-Jin Han(Subscriber)