Changeset 187 in 3DVCSoftware for branches/HTM-4.1-dev0/source/Lib/TLibDecoder


Ignore:
Timestamp:
15 Nov 2012, 17:09:52 (12 years ago)
Author:
tech
Message:

Added document numbers to macro switches.

Location:
branches/HTM-4.1-dev0/source/Lib/TLibDecoder
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev0/source/Lib/TLibDecoder/TDecCu.cpp

    r185 r187  
    738738                                     m_pcPrediction->getPredicBufHeight (),
    739739                                     bAboveAvail, bLeftAvail );
    740 #if LGE_EDGE_INTRA
     740#if LGE_EDGE_INTRA_A0070
    741741  if( uiLumaPredMode >= EDGE_INTRA_IDX )
    742742  {
  • branches/HTM-4.1-dev0/source/Lib/TLibDecoder/TDecGop.cpp

    r185 r187  
    303303    {
    304304      m_pcDepthMapGenerator->initViewComponent( rpcPic );
    305 #if !QC_MULTI_DIS_CAN
     305#if !QC_MULTI_DIS_CAN_A0097
    306306      m_pcDepthMapGenerator->predictDepthMap  ( rpcPic );
    307307#endif
     
    348348#endif
    349349#if DEPTH_MAP_GENERATION
    350 #if !QC_MULTI_DIS_CAN
     350#if !QC_MULTI_DIS_CAN_A0097
    351351    // update virtual depth map
    352352    m_pcDepthMapGenerator->updateDepthMap( rpcPic );
  • branches/HTM-4.1-dev0/source/Lib/TLibDecoder/TDecSbac.cpp

    r181 r187  
    106106, m_cDmmDataSCModel           ( 1,             1,               NUM_DMM_DATA_CTX              , m_contextModels + m_numContextModels, m_numContextModels)
    107107#endif
    108 #if LGE_EDGE_INTRA
     108#if LGE_EDGE_INTRA_A0070
    109109, m_cEdgeIntraSCModel         ( 1,             1,               NUM_EDGE_INTRA_CTX            , m_contextModels + m_numContextModels, m_numContextModels)
    110110#if LGE_EDGE_INTRA_DELTA_DC
     
    206206
    207207  m_cCUTransSubdivFlagSCModel.initBuffer ( sliceType, qp, (UChar*)INIT_TRANS_SUBDIV_FLAG );
    208 #if LGE_EDGE_INTRA
     208#if LGE_EDGE_INTRA_A0070
    209209  m_cEdgeIntraSCModel.initBuffer         ( sliceType, qp, (UChar*)INIT_EDGE_INTRA );
    210210#if LGE_EDGE_INTRA_DELTA_DC
     
    980980#endif
    981981
    982 #if LGE_EDGE_INTRA
     982#if LGE_EDGE_INTRA_A0070
    983983    Bool bCodeEdgeIntra = false;
    984984    if( pcCU->getSlice()->getSPS()->isDepth() )
     
    996996#endif
    997997    Int uiPredNum = pcCU->getIntraDirLumaPredictor(uiAbsPartIdx, uiPreds); 
    998 #if LGE_EDGE_INTRA
     998#if LGE_EDGE_INTRA_A0070
    999999    UInt uiCheckBit = 0;
    10001000#endif
     
    10211021
    10221022      m_pcTDecBinIf->decodeBinsEP( uiSymbol, 5 );
    1023 #if LGE_EDGE_INTRA
     1023#if LGE_EDGE_INTRA_A0070
    10241024      if (bCodeEdgeIntra)
    10251025      {
     
    10571057      }
    10581058#endif
    1059 #if LGE_EDGE_INTRA
     1059#if LGE_EDGE_INTRA_A0070
    10601060      if ( intraPredMode != EDGE_INTRA_IDX)
    10611061      {
     
    10651065          intraPredMode += ( intraPredMode >= uiPreds[i] );
    10661066        }
    1067 #if LGE_EDGE_INTRA
    1068       }
    1069 #endif
    1070     }
    1071 
    1072 #if LGE_EDGE_INTRA
     1067#if LGE_EDGE_INTRA_A0070
     1068      }
     1069#endif
     1070    }
     1071
     1072#if LGE_EDGE_INTRA_A0070
    10731073    if( intraPredMode == EDGE_INTRA_IDX )
    10741074    {
     
    22142214#endif
    22152215
    2216 #if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX || (LGE_EDGE_INTRA && LGE_EDGE_INTRA_DELTA_DC)
     2216#if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX || (LGE_EDGE_INTRA_A0070 && LGE_EDGE_INTRA_DELTA_DC)
    22172217Void TDecSbac::xReadExGolombLevel( UInt& ruiSymbol, ContextModel& rcSCModel  )
    22182218{
     
    24732473#endif
    24742474
    2475 #if LGE_EDGE_INTRA
     2475#if LGE_EDGE_INTRA_A0070
    24762476Void TDecSbac::xParseEdgeIntraInfo( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
    24772477{
  • branches/HTM-4.1-dev0/source/Lib/TLibDecoder/TDecSbac.h

    r177 r187  
    152152#endif
    153153 
    154 #if LGE_EDGE_INTRA
     154#if LGE_EDGE_INTRA_A0070
    155155  Void xParseEdgeIntraInfo ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    156156#endif
     
    269269  ContextModel3DBuffer m_cDmmDataSCModel;
    270270#endif
    271 #if LGE_EDGE_INTRA
     271#if LGE_EDGE_INTRA_A0070
    272272  ContextModel3DBuffer m_cEdgeIntraSCModel;
    273273#if LGE_EDGE_INTRA_DELTA_DC
Note: See TracChangeset for help on using the changeset viewer.