Ignore:
Timestamp:
19 Feb 2013, 20:33:52 (12 years ago)
Author:
tech
Message:

Removed HM-6.1 related guard macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev0/source/Lib/TLibCommon/TComTrQuant.h

    r56 r294  
    8989  Int m_iBits;
    9090   
    91 #if H0736_AVC_STYLE_QP_RANGE
    9291  Void setQpParam( Int qpScaled, Bool bLowpass, SliceType eSliceType )
    9392  {
     
    9796    m_iBits = QP_BITS + m_iPer;
    9897  }
    99 #else
    100   Void setQpParam( Int iQP, Bool bLowpass, SliceType eSliceType )
    101   {
    102     assert ( iQP >= MIN_QP && iQP <= MAX_QP );
    103     m_iQP   = iQP;
    104    
    105     m_iPer  = (iQP + 6*g_uiBitIncrement)/6;
    106 #if FULL_NBIT
    107     m_iPer += g_uiBitDepth - 8;
    108 #endif
    109     m_iRem  = iQP % 6;
    110    
    111     m_iBits = QP_BITS + m_iPer;
    112   }
    113 #endif
    11498 
    11599  Void clear()
     
    165149 
    166150  // Misc functions
    167 #if H0736_AVC_STYLE_QP_RANGE
    168151  Void setQPforQuant( Int qpy, Bool bLowpass, SliceType eSliceType, TextType eTxtType, Int qpBdOffset, Int chromaQPOffset);
    169 #else
    170   Void setQPforQuant( Int iQP, Bool bLowpass, SliceType eSliceType, TextType eTxtType, Int Shift);
    171 #endif
    172152
    173153#if RDOQ_CHROMA_LAMBDA
     
    192172                                       const UInt                       uiCGPosX,
    193173                                       const UInt                       uiCGPosY,
    194 #if MULTILEVEL_SIGMAP_EXT
    195174                                       const UInt                     scanIdx,
    196 #endif
    197175                                       Int width, Int height);
    198 #if !REMOVE_INFER_SIGGRP 
    199   static Bool bothCGNeighboursOne  ( const UInt*                      uiSigCoeffGroupFlag,
    200                                     const UInt                       uiCGPosX,
    201                                     const UInt                       uiCGPosY,
    202 #if MULTILEVEL_SIGMAP_EXT
    203                                     const UInt                       scanIdx,
    204 #endif
    205                                     Int width, Int height);
    206 #endif
    207176  Void initScalingList                      ();
    208177  Void destroyScalingList                   ();
     
    259228  Void xT   ( UInt uiMode,Pel* pResidual, UInt uiStride, Int* plCoeff, Int iWidth, Int iHeight );
    260229 
    261 #if MULTIBITS_DATA_HIDING
    262230  Void signBitHidingHDQ( TComDataCU* pcCU, TCoeff* pQCoef, TCoeff* pCoef, UInt const *scan, Int* deltaU, Int width, Int height );
    263 #endif
    264231
    265232  // quantization
     
    298265                                             UShort                          ui16CtxNumAbs,
    299266                                             UShort                          ui16AbsGoRice,
    300 #if RESTRICT_GR1GR2FLAG_NUMBER
    301267                                             UInt                            c1Idx, 
    302268                                             UInt                            c2Idx, 
    303 #endif
    304269                                             Int                             iQBits,
    305270                                             Double                          dTemp,
     
    309274                                     UShort                          ui16CtxNumAbs,
    310275                                     UShort                          ui16AbsGoRice
    311 #if RESTRICT_GR1GR2FLAG_NUMBER
    312276                                   , UInt                            c1Idx,
    313277                                     UInt                            c2Idx
    314 #endif
    315278                                     ) const;
    316 #if MULTIBITS_DATA_HIDING
    317279__inline Int xGetICRate  ( UInt                            uiAbsLevel,
    318280                           UShort                          ui16CtxNumOne,
    319281                           UShort                          ui16CtxNumAbs,
    320282                           UShort                          ui16AbsGoRice
    321 #if RESTRICT_GR1GR2FLAG_NUMBER
    322283                         , UInt                            c1Idx,
    323284                           UInt                            c2Idx
    324 #endif
    325285                         ) const;
    326 #endif
    327286  __inline Double xGetRateLast     ( const UInt                      uiPosX,
    328287                                     const UInt                      uiPosY,
Note: See TracChangeset for help on using the changeset viewer.