Opened 12 years ago

Closed 12 years ago

#377 closed defect (fixed)

Intra LM mode offset equation is incorrect

Reported by: pieterkapsenberg Owned by: bbross
Priority: minor Milestone: WD6
Component: Text Version: D6 (H1003) dI/dJ/dK
Keywords: LM intra equation Cc: bbross, wjhan, jct-vc@…

Description

In the derivation of the linear offset "b" in LM intra mode, the CD shows the following equation (8-75):

b = ( L – ( ( a*C ) >> k1 ) + ( 1 << ( k2 − 1 ) ) ) >> k2

This is incorrect and does not match HM, L and C should be swapped:

b = ( C – ( ( a*L ) >> k1 ) + ( 1 << ( k2 − 1 ) ) ) >> k2

Change History (2)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by bbross

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

This is fixed in JCTVC-I1003_d8.

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)
  • Woo-Jin Han(Subscriber)