Opened 5 years ago

Last modified 5 years ago

#539 new defect

Add fix in EncGOP.cpp to new HDRTools v0.20+

Reported by: Jamaika Owned by:
Priority: minor Milestone:
Component: VTM Version: VTM-6.1
Keywords: Cc: ksuehring, XiangLi, jvet@…

Description

Add fix in EncGOP.cpp to new HDRTools v0.19+
if (m_pcEncLib->getPrintHexPsnr())

{

m_pcDistortionDeltaE = new hdrtoolslib::DistortionMetricDeltaE(m_pcFrameFormat, false, maxSampleValue, whitePointDeltaE, 1, true);

}
else
{

m_pcDistortionDeltaE = new hdrtoolslib::DistortionMetricDeltaE(m_pcFrameFormat, false, maxSampleValue, whitePointDeltaE, 1, false);

}

https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/855#note_7158

Change history (2)

comment:1 Changed 5 years ago by Jamaika

  • Component changed from JEM to VTM

comment:2 Changed 5 years ago by Jamaika

  • Summary changed from Add fix in EncGOP.cpp to new HDRTools v0.19+ to Add fix in EncGOP.cpp to new HDRTools v0.20+
Note: See TracTickets for help on using tickets.