Changeset 1413 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComTrQuant.h


Ignore:
Timestamp:
11 Jul 2018, 15:19:49 (7 years ago)
Author:
tech
Message:

Merged HTM-16.2-dev@1412

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComTrQuant.h

    r1405 r1413  
    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.