Opened 12 years ago

Closed 11 years ago

#400 closed defect (wontfix)

Encoder Bug in HM-6.0 on ALFMaxNumFilter

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

Description

In HM-6.0 picture-based ALF encoder, ALFMaxNumFilter is used incorrectly to derive TEncAdaptiveLoopFilter::m_alfPQTMaxDepth.

When ALFMaxNumFilter==16, m_alfPQTMaxDepth shall be equal to or less than 2.
However, m_alfPQTMaxDepth can be more than 2 even if ALFMaxNumFilter == 16.

In order to solve the issue, the attached patch is suggested.

Note that in the common test condition, this fix will affect only HE10-RA (picture-based encoding with ALF) case.

Attachments (1)

bugfix_alfmnf.patch (834 bytes) - added by yamakage 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 12 years ago by yamakage

comment:2 Changed 11 years ago by davidf

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

ALF ware removed from the spec.

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)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Tomoo Yamakage(Reporter)