Changeset 1306 in SHVCSoftware for branches/SHM-dev/source/Lib
- Timestamp:
- 21 Jul 2015, 00:40:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1294 r1306 2945 2945 2946 2946 #if _SUMMARY_OUT_ 2947 m_gcAnalyzeAll.printSummary(chFmt, printSequenceMSE );2947 m_gcAnalyzeAll.printSummary(chFmt, printSequenceMSE, bitDepths); 2948 2948 #endif 2949 2949 #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'); 2953 2953 #endif 2954 2954 … … 2964 2964 2965 2965 #if _SUMMARY_OUT_ 2966 m_gcAnalyzeAll_in.printSummary(chFmt, printSequenceMSE );2966 m_gcAnalyzeAll_in.printSummary(chFmt, printSequenceMSE, bitDepths); 2967 2967 #endif 2968 2968 }
Note: See TracChangeset for help on using the changeset viewer.