Changeset 1585 in SHVCSoftware


Ignore:
Timestamp:
27 Jun 2016, 15:16:55 (8 years ago)
Author:
seregin
Message:

disable REDUCED_ENCODER_MEMORY

File:
1 edited

Legend:

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

    r1574 r1585  
    173173#define W0062_RECALCULATE_QP_TO_ALIGN_WITH_LAMBDA         0 ///< This recalculates QP to align with the derived lambda (same relation as for all intra coding is used). Currently disabled by default.
    174174#define OPTIONAL_RESET_SAO_ENCODING_AFTER_IRAP            1 ///< Adds command line option to reset SAO parameters after each IRAP.
     175#if !SVC_EXTENSION
    175176#define REDUCED_ENCODER_MEMORY                            1 ///< When 1, the encoder will allocate TComPic memory when required and release it when no longer required.
     177#endif
    176178
    177179// ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.