Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibCommon/TComTrQuant.h
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibCommon/TComTrQuant.h
r1405 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 106 106 Bool useRDOQ = false, 107 107 Bool useRDOQTS = false, 108 #if T0196_SELECTIVE_RDOQ109 108 Bool useSelectiveRDOQ = false, 110 #endif111 109 Bool bEnc = false, 112 110 Bool useTransformSkipFast = false … … 219 217 Bool m_useRDOQ; 220 218 Bool m_useRDOQTS; 221 #if T0196_SELECTIVE_RDOQ222 219 Bool m_useSelectiveRDOQ; 223 #endif224 220 #if ADAPTIVE_QP_SELECTION 225 221 Bool m_bUseAdaptQpSelect; … … 254 250 const QpParam &cQP ); 255 251 256 #if T0196_SELECTIVE_RDOQ257 252 Bool xNeedRDOQ( TComTU &rTu, 258 253 TCoeff * pSrc, 259 254 const ComponentID compID, 260 255 const QpParam &cQP ); 261 #endif262 256 263 257 // RDOQ functions
Note: See TracChangeset for help on using the changeset viewer.