Changeset 187 in 3DVCSoftware for branches/HTM-4.1-dev0/source/Lib/TLibCommon/TComDataCU.h
- Timestamp:
- 15 Nov 2012, 17:09:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/Lib/TLibCommon/TComDataCU.h
r185 r187 221 221 #endif 222 222 223 #if LGE_EDGE_INTRA 223 #if LGE_EDGE_INTRA_A0070 224 224 UChar* m_pucEdgeCode; ///< array of edge code 225 225 UChar* m_pucEdgeNumber; ///< total number of edge … … 284 284 Void deriveRightBottomIdx ( PartSize eCUMode, UInt uiPartIdx, UInt& ruiPartIdxRB ); 285 285 Bool xGetColMVP( RefPicList eRefPicList, Int uiCUAddr, Int uiPartUnitIdx, TComMv& rcMv, Int& riRefIdx ); 286 #if QC_MULTI_DIS_CAN 286 #if QC_MULTI_DIS_CAN_A0097 287 287 Bool xGetColDisMV( RefPicList eRefPicList, Int refidx, Int uiCUAddr, Int uiPartUnitIdx, TComMv& rcMv, Int & iTargetViewIdx, Int & iStartViewIdx ); 288 288 #endif … … 542 542 543 543 #if HHI_INTER_VIEW_MOTION_PRED 544 #if !QC_MULTI_DIS_CAN 544 #if !QC_MULTI_DIS_CAN_A0097 545 545 Int getPdmMergeCandidate( UInt uiPartIdx, Int* paiPdmRefIdx, TComMv* pacPdmMv ); 546 546 Bool getPdmMvPred( UInt uiPartIdx, RefPicList eRefPicList, Int iRefIdx, TComMv& rcMv, Bool bMerge = false ); … … 553 553 ); 554 554 Void getDisMvpCand ( UInt uiPartIdx, UInt uiPartAddr, DisInfo* pDInfo ); 555 #if LGE_DVMCP 555 #if LGE_DVMCP_A0126 556 556 #if QC_SIMPLE_NBDV_B0047 557 557 Void getDisMvpCand2( UInt uiPartIdx, UInt uiPartAddr, DisInfo* pDInfo … … 733 733 UInt& getTotalBins () { return m_uiTotalBins; } 734 734 735 #if LGE_EDGE_INTRA 735 #if LGE_EDGE_INTRA_A0070 736 736 UInt getCtxEdgeIntra ( UInt uiAbsPartIdx ); 737 737 #endif … … 817 817 #endif 818 818 819 #if LGE_EDGE_INTRA 819 #if LGE_EDGE_INTRA_A0070 820 820 UChar* getEdgeCode( UInt uiIdx ) { return &m_pucEdgeCode[uiIdx * LGE_EDGE_INTRA_MAX_EDGE_NUM_PER_4x4]; } 821 821 UChar* getEdgeNumber( ) { return m_pucEdgeNumber; }
Note: See TracChangeset for help on using the changeset viewer.