Changeset 1306 in SHVCSoftware for branches/SHM-dev/source/Lib


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/Lib/TLibEncoder/TEncGOP.cpp

    r1294 r1306  
    29452945
    29462946#if _SUMMARY_OUT_
    2947   m_gcAnalyzeAll.printSummary(chFmt, printSequenceMSE);
     2947  m_gcAnalyzeAll.printSummary(chFmt, printSequenceMSE, bitDepths);
    29482948#endif
    29492949#if _SUMMARY_PIC_
    2950   m_gcAnalyzeI.printSummary(chFmt, printSequenceMSE,'I');
    2951   m_gcAnalyzeP.printSummary(chFmt, printSequenceMSE,'P');
    2952   m_gcAnalyzeB.printSummary(chFmt, printSequenceMSE,'B');
     2950  m_gcAnalyzeI.printSummary(chFmt, printSequenceMSE, bitDepths, 'I');
     2951  m_gcAnalyzeP.printSummary(chFmt, printSequenceMSE, bitDepths, 'P');
     2952  m_gcAnalyzeB.printSummary(chFmt, printSequenceMSE, bitDepths, 'B');
    29532953#endif
    29542954
     
    29642964
    29652965#if _SUMMARY_OUT_
    2966     m_gcAnalyzeAll_in.printSummary(chFmt, printSequenceMSE);
     2966    m_gcAnalyzeAll_in.printSummary(chFmt, printSequenceMSE, bitDepths);
    29672967#endif
    29682968  }
Note: See TracChangeset for help on using the changeset viewer.