id summary reporter owner description type status priority milestone component version resolution keywords cc 1458 printout wPSNR T.Hashimoto "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. " defect closed minor VTM-12.0 VTM fixed ksuehring XiangLi fbossen jvet@…