Changeset 1306 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder


Ignore:
Timestamp:
21 Jul 2015, 00:40:03 (9 years ago)
Author:
seregin
Message:

port rev 4357

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1298 r1306  
    19501950  for( layer = 0; layer < m_numLayers; layer++ )
    19511951  {
    1952     m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeAll()->printSummary(chFmt, printSequenceMSE);
     1952    m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeAll()->printSummary(chFmt, printSequenceMSE, bitDepths);
    19531953  }
    19541954#endif
     
    19561956  for( layer = 0; layer < m_numLayers; layer++ )
    19571957  {
    1958     m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeI()->printSummary(chFmt, printSequenceMSE,'I');
    1959     m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeP()->printSummary(chFmt, printSequenceMSE,'P');
    1960     m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeB()->printSummary(chFmt, printSequenceMSE,'B');
     1958    m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeI()->printSummary(chFmt, printSequenceMSE, bitDepths, 'I');
     1959    m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeP()->printSummary(chFmt, printSequenceMSE, bitDepths, 'P');
     1960    m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeB()->printSummary(chFmt, printSequenceMSE, bitDepths, 'B');
    19611961  }
    19621962#endif
     
    19781978
    19791979#if _SUMMARY_OUT_
    1980       analyze->printSummary(chFmt, printSequenceMSE);
     1980      analyze->printSummary(chFmt, printSequenceMSE, bitDepths);
    19811981#endif
    19821982    }
Note: See TracChangeset for help on using the changeset viewer.