Opened 13 years ago

Closed 13 years ago

#150 closed defect (fixed)

Default value in LM chroma

Reported by: Vadim Owned by:
Priority: minor Milestone:
Component: HM Version: HM-3.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

In the function xGetLLSPrediction default value is calculated as

b = 128 << g_uiBitIncrement;

assuming that input bit depth is 8, but should be

b = ( 1 << ( g_uiBitDepth + g_uiBitIncrement - 1 ) );

Change History (5)

comment:1 Changed 13 years ago by Vadim

  • Version set to HM-3.0

comment:2 Changed 13 years ago by fbossen

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

Fixed in r971

comment:3 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 Changed 12 years ago by davidf

  • Cc jct-vc@… added
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

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Vadim Seregin(Reporter, Participant)