Opened 14 years ago

Closed 14 years ago

#6 closed defect (fixed)

macro omitted

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

Description

if( pcSlice->getSPS()->getALFSeparateQt() && cAlfParam.cu_control_flag )
{

m_pcAdaptiveLoopFilter->encodeQuadTree ( &cAlfParam, m_pcEntropyCoder, uiMaxAlfCtrlDepth );

}

gives an error for r18 when HHI_ALF is set to 0

Attachments (1)

allhhioff.patch (808 bytes) - added by wjhan 14 years ago.
Patch file according to the comments

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by wjhan

Patch file according to the comments

comment:1 Changed 14 years ago by wjhan

Yes. It seems that HHI_ALF macro should be added to solve the issue. I attach small patch for this.

comment:2 Changed 14 years ago by davidf

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

This was fixed in r31

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)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Woo-Jin Han(Participant)