Changeset 1447 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
13 Aug 2015, 20:44:52 (10 years ago)
Author:
seregin
Message:

fix printing out layerId

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncAnalyze.h

    r1442 r1447  
    137137
    138138#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 )
    140140#else
    141141  Void    printOut ( TChar cDelim, const ChromaFormat chFmt, const Bool printMSEBasedSNR, const Bool printSequenceMSE, const BitDepths &bitDepths )
     
    173173        {
    174174#if SVC_EXTENSION
    175           if( layer == 0 )
     175          if( layerId == 0 )
    176176          {
    177177#endif
     
    192192
    193193          printf( "Average:  L%d \t %8d    %c "          "%12.4lf  "    "%8.4lf",
    194                  layer,
     194                 layerId,
    195195
    196196#else
     
    212212#if SVC_EXTENSION
    213213          printf( "From MSE:  L%d \t %8d    %c "          "%12.4lf  "    "%8.4lf\n",
    214                  layer,
     214                 layerId,
    215215#else
    216216          printf( "From MSE:\t %8d    %c "          "%12.4lf  "    "%8.4lf\n",
     
    236236#if SVC_EXTENSION
    237237          printf( "  L%d \t %8d    %c "          "%12.4lf  "    "%8.4lf",
    238                  layer,
     238                 layerId,
    239239#else
    240240          printf( "\t %8d    %c "          "%12.4lf  "    "%8.4lf",
     
    266266          {
    267267#if SVC_EXTENSION
    268             if( layer == 0 )
     268            if( layerId == 0 )
    269269            {
    270270#endif
     
    284284            }
    285285            printf( "Average:  L%d \t %8d    %c "          "%12.4lf  "    "%8.4lf  "   "%8.4lf  "    "%8.4lf  "   "%8.4lf",
    286                    layer,
     286                   layerId,
    287287#else
    288288            printf( "Average: \t %8d    %c "          "%12.4lf  "    "%8.4lf  "   "%8.4lf  "    "%8.4lf  "   "%8.4lf",
     
    310310#if SVC_EXTENSION
    311311            printf( "From MSE:  L%d \t %8d    %c "          "%12.4lf  "    "%8.4lf  "   "%8.4lf  "    "%8.4lf  "   "%8.4lf\n",
    312                    layer,
     312                   layerId,
    313313#else
    314314            printf( "From MSE:\t %8d    %c "          "%12.4lf  "    "%8.4lf  "   "%8.4lf  "    "%8.4lf  "   "%8.4lf\n",
     
    324324          {
    325325#if SVC_EXTENSION
    326             if( layer == 0 )
     326            if( layerId == 0 )
    327327            {
    328328#endif
     
    342342            }
    343343            printf( "  L%d \t %8d    %c "          "%12.4lf  "    "%8.4lf  "   "%8.4lf  "    "%8.4lf  "   "%8.4lf",
    344                    layer,
     344                   layerId,
    345345#else
    346346            printf( "\t %8d    %c "          "%12.4lf  "    "%8.4lf  "   "%8.4lf  "    "%8.4lf  "   "%8.4lf",
Note: See TracChangeset for help on using the changeset viewer.