Opened 7 years ago

Closed 7 years ago

#37 closed defect (fixed)

m_pppcPredYuvBest buffer correction

Reported by: anjicheng Owned by:
Priority: minor Milestone: HM-16.6-JEM-4.1
Component: JEM Version: HM-16.6-JEM-4.0
Keywords: Cc: ksuehring, XiangLi, jvet@…

Description

In function xCopyYuv2Tmp(), the follwoing code
"m_pppcPredYuvBest[uiNextWIdx][uiNextHIdx]->copyToPartYuv( m_pppcPredYuvBest[uiWIdx][uiHIdx], uiPartUnitIdx );"

should be modified as
"m_pppcPredYuvBest[uiNextWIdx][uiNextHIdx]->copyToPartYuv( m_pppcRecoYuvTemp[uiWIdx][uiHIdx], uiPartUnitIdx );"

That doesn't impact the performance (in PSNR and rate), but keeps the m_pppcPredYuvBest buffer as the correct prediction pixel.

Change history (2)

comment:1 Changed 7 years ago by anjicheng

should be modified as

"m_pppcPredYuvBest[uiNextWIdx][uiNextHIdx]->copyToPartYuv( m_pppcPredYuvTemp[uiWIdx][uiHIdx], uiPartUnitIdx );"

comment:2 Changed 7 years ago by XiangLi

  • Milestone changed from HM-16.6-JEM-4.0 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 r358.

Note: See TracTickets for help on using tickets.