Opened 13 years ago

Closed 13 years ago

#218 closed defect (fixed)

Memory allocation in TComAdaptiveLoopFilter::create

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

Description

In TComAdaptiveLoopFilter::create()

memory is allocated using:

get_mem2Dpel(&(m_varImgMethods[i]), m_img_width, m_img_width);

This should probably be:

get_mem2Dpel(&(m_varImgMethods[i]), m_img_height, m_img_width);

With usual "landscape" picture dimensions this should not be a problem, but for "portrait" formats the allocated memory is not sufficient.

Change History (4)

comment:1 Changed 13 years ago by ksuehring

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

fixed in r1419

comment:2 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:3 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:4 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(Reporter, Subscriber, Participant, Always)