Changeset 1447 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 13 Aug 2015, 20:44:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncAnalyze.h
r1442 r1447 137 137 138 138 #if SVC_EXTENSION 139 Void printOut ( TChar cDelim, const ChromaFormat chFmt, const Bool printMSEBasedSNR, const Bool printSequenceMSE, const BitDepths &bitDepths, UInt layer = 0 )139 Void printOut ( TChar cDelim, const ChromaFormat chFmt, const Bool printMSEBasedSNR, const Bool printSequenceMSE, const BitDepths &bitDepths, UInt layerId = 0 ) 140 140 #else 141 141 Void printOut ( TChar cDelim, const ChromaFormat chFmt, const Bool printMSEBasedSNR, const Bool printSequenceMSE, const BitDepths &bitDepths ) … … 173 173 { 174 174 #if SVC_EXTENSION 175 if( layer == 0 )175 if( layerId == 0 ) 176 176 { 177 177 #endif … … 192 192 193 193 printf( "Average: L%d \t %8d %c " "%12.4lf " "%8.4lf", 194 layer ,194 layerId, 195 195 196 196 #else … … 212 212 #if SVC_EXTENSION 213 213 printf( "From MSE: L%d \t %8d %c " "%12.4lf " "%8.4lf\n", 214 layer ,214 layerId, 215 215 #else 216 216 printf( "From MSE:\t %8d %c " "%12.4lf " "%8.4lf\n", … … 236 236 #if SVC_EXTENSION 237 237 printf( " L%d \t %8d %c " "%12.4lf " "%8.4lf", 238 layer ,238 layerId, 239 239 #else 240 240 printf( "\t %8d %c " "%12.4lf " "%8.4lf", … … 266 266 { 267 267 #if SVC_EXTENSION 268 if( layer == 0 )268 if( layerId == 0 ) 269 269 { 270 270 #endif … … 284 284 } 285 285 printf( "Average: L%d \t %8d %c " "%12.4lf " "%8.4lf " "%8.4lf " "%8.4lf " "%8.4lf", 286 layer ,286 layerId, 287 287 #else 288 288 printf( "Average: \t %8d %c " "%12.4lf " "%8.4lf " "%8.4lf " "%8.4lf " "%8.4lf", … … 310 310 #if SVC_EXTENSION 311 311 printf( "From MSE: L%d \t %8d %c " "%12.4lf " "%8.4lf " "%8.4lf " "%8.4lf " "%8.4lf\n", 312 layer ,312 layerId, 313 313 #else 314 314 printf( "From MSE:\t %8d %c " "%12.4lf " "%8.4lf " "%8.4lf " "%8.4lf " "%8.4lf\n", … … 324 324 { 325 325 #if SVC_EXTENSION 326 if( layer == 0 )326 if( layerId == 0 ) 327 327 { 328 328 #endif … … 342 342 } 343 343 printf( " L%d \t %8d %c " "%12.4lf " "%8.4lf " "%8.4lf " "%8.4lf " "%8.4lf", 344 layer ,344 layerId, 345 345 #else 346 346 printf( "\t %8d %c " "%12.4lf " "%8.4lf " "%8.4lf " "%8.4lf " "%8.4lf",
Note: See TracChangeset for help on using the changeset viewer.