Skip to content
Snippets Groups Projects
Commit 06010ee9 authored by Xiang Li's avatar Xiang Li
Browse files

Merge branch '360-PSNR-fix' into 'master'

Modified PSNR output for 360 video to align labels and values

See merge request !95
parents 146872d1 9188919e
No related branches found
No related tags found
No related merge requests found
......@@ -465,6 +465,10 @@ public:
getPsnr(COMPONENT_Cr) / (double)getNumPic(),
PSNRyuv );
#if EXTENSION_360_VIDEO
m_ext360.printPSNRs(getNumPic(), e_msg_level);
#endif
if (printHexPsnr)
{
double dPsnr[MAX_NUM_COMPONENT];
......@@ -480,10 +484,6 @@ public:
msg(e_msg_level, " %16" PRIx64 " %16" PRIx64 " %16" PRIx64 , xPsnr[COMPONENT_Y], xPsnr[COMPONENT_Cb], xPsnr[COMPONENT_Cr]);
}
#if EXTENSION_360_VIDEO
m_ext360.printPSNRs(getNumPic(), e_msg_level);
#endif
if (printSequenceMSE)
{
msg( e_msg_level, " %8.4lf " "%8.4lf " "%8.4lf " "%8.4lf\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment