Skip to content
Snippets Groups Projects
Commit 9188919e authored by Philippe Hanhart's avatar Philippe Hanhart
Browse files

Modified PSNR output for 360 video to align labels and values

parent ebe60316
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