Opened 4 years ago
Closed 4 years ago
#1458 closed defect (fixed)
printout wPSNR
Reported by: | T.Hashimoto | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-12.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In current VTM, when LMCS is disabled wPSNR is not reported in encoder log.
#if WCG_WPSNR const bool useLumaWPSNR = m_pcEncLib->getLumaLevelToDeltaQPMapping().isEnabled() || (m_pcCfg->getLmcs() && m_pcCfg->getReshapeSignalType() == RESHAPE_SIGNAL_PQ); #endif #if WCG_WPSNR if (useLumaWPSNR) { msg(DETAILS, "\nWPSNR SUMMARY --------------------------------------------------------\n"); m_gcAnalyzeWPSNR.printOut( 'w', chFmt, printMSEBasedSNR, printSequenceMSE, printMSSSIM, printHexPsnr, printRprPSNR, bitDepths, useLumaWPSNR ); } #endif
For the printout wPSNR in high bit depth CTC where LMCS is disabled, I will submit a merge request.
Change history (1)
comment:1 Changed 4 years ago by fbossen
- Milestone set to VTM-12.0
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
See https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2012