Changeset 1306 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 21 Jul 2015, 00:40:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1298 r1306 1950 1950 for( layer = 0; layer < m_numLayers; layer++ ) 1951 1951 { 1952 m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeAll()->printSummary(chFmt, printSequenceMSE );1952 m_apcTEncTop[vps->getLayerIdInNuh(layer)]->getAnalyzeAll()->printSummary(chFmt, printSequenceMSE, bitDepths); 1953 1953 } 1954 1954 #endif … … 1956 1956 for( layer = 0; layer < m_numLayers; layer++ ) 1957 1957 { 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'); 1961 1961 } 1962 1962 #endif … … 1978 1978 1979 1979 #if _SUMMARY_OUT_ 1980 analyze->printSummary(chFmt, printSequenceMSE );1980 analyze->printSummary(chFmt, printSequenceMSE, bitDepths); 1981 1981 #endif 1982 1982 }
Note: See TracChangeset for help on using the changeset viewer.