Changeset 1339 in SHVCSoftware


Ignore:
Timestamp:
22 Jul 2015, 02:51:33 (9 years ago)
Author:
seregin
Message:

port rev 4417

Location:
branches/SHM-dev/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1338 r1339  
    168168#define T0196_SELECTIVE_RDOQ                              1 ///< selective RDOQ
    169169#define TILE_SIZE_CHECK                                   1
    170 #define WRITE_BACK                                        1 ///< Enable/disable the encoder to replace the deltaPOC and Used by current from the config file with the values derived by the refIdc parameter.
    171170
    172171// ====================================================================================================================
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r1322 r1339  
    12851285        rps->setRefIdc(j, ge.m_refIdc[j]);
    12861286      }
    1287 #if WRITE_BACK
    12881287      // the following code overwrite the deltaPOC and Used by current values read from the config file with the ones
    12891288      // computed from the RefIdc.  A warning is printed if they are not identical.
     
    13391338        }
    13401339      }
    1341 #endif
    13421340    }
    13431341  }
Note: See TracChangeset for help on using the changeset viewer.