Opened 7 years ago

Closed 7 years ago

#40 closed defect (fixed)

ALF crash when image height is greater than image width

Reported by: yuwenhe Owned by:
Priority: minor Milestone: HM-16.6-JEM-4.1
Component: JEM Version: HM-16.6-JEM-4.0
Keywords: bug in ALF initialization Cc: ksuehring, XiangLi, jvet@…

Description

In the function Void TComAdaptiveLoopFilter::create() in file TComAdaptiveLoopFilter.cpp, line 994:
get_mem2Dpel(&m_varImgMethods, m_img_width, m_img_width);

It should be changed as:
be get_mem2Dpel(&m_varImgMethods, m_img_height, m_img_width)

Change history (1)

comment:1 Changed 7 years ago by XiangLi

  • Milestone set to HM-16.6-JEM-4.1
  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to HM-16.6-JEM-4.0

fixed in r370

Note: See TracTickets for help on using tickets.