Ignore:
Timestamp:
12 Apr 2018, 11:12:21 (7 years ago)
Author:
tech
Message:
  • Update HM-16.18
  • Cleanups
  • Encoder Extension

-- Representation formats
-- Parameter set sharing
-- GOP configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.2-dev/source/Lib/TLibCommon/TComTrQuant.h

    r1405 r1412  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2016, ITU/ISO/IEC
     6 * Copyright (c) 2010-2017, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    106106                              Bool useRDOQ                = false,
    107107                              Bool useRDOQTS              = false,
    108 #if T0196_SELECTIVE_RDOQ
    109108                              Bool useSelectiveRDOQ       = false,
    110 #endif
    111109                              Bool bEnc                   = false,
    112110                              Bool useTransformSkipFast   = false
     
    219217  Bool     m_useRDOQ;
    220218  Bool     m_useRDOQTS;
    221 #if T0196_SELECTIVE_RDOQ
    222219  Bool     m_useSelectiveRDOQ;
    223 #endif
    224220#if ADAPTIVE_QP_SELECTION
    225221  Bool     m_bUseAdaptQpSelect;
     
    254250               const QpParam      &cQP );
    255251
    256 #if T0196_SELECTIVE_RDOQ
    257252  Bool xNeedRDOQ(    TComTU       &rTu,
    258253                     TCoeff      * pSrc,
    259254               const ComponentID   compID,
    260255               const QpParam      &cQP );
    261 #endif
    262256
    263257  // RDOQ functions
Note: See TracChangeset for help on using the changeset viewer.