Changeset 163 in 3DVCSoftware for branches/HTM-4.1-dev1-LG/source/Lib/TLibEncoder
- Timestamp:
- 1 Nov 2012, 13:49:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev1-LG/source/Lib/TLibEncoder/TEncSearch.cpp
r125 r163 2642 2642 */ 2643 2643 #if CU_BASED_MRG_CAND_LIST 2644 #if LG_RESTRICTEDRESPRED_M24766 2645 Void TEncSearch::xMergeEstimation( TComDataCU* pcCU, TComYuv* pcYuvOrg, TComYuv* rpcResiPredYuv, Int iPUIdx, UInt& uiInterDir, TComMvField* pacMvField, UInt& uiMergeIndex, UInt& ruiCost, TComMvField* cMvFieldNeighbours, UChar* uhInterDirNeighbours, Int& numValidMergeCand ) 2646 #else 2644 2647 Void TEncSearch::xMergeEstimation( TComDataCU* pcCU, TComYuv* pcYuvOrg, Int iPUIdx, UInt& uiInterDir, TComMvField* pacMvField, UInt& uiMergeIndex, UInt& ruiCost, TComMvField* cMvFieldNeighbours, UChar* uhInterDirNeighbours, Int& numValidMergeCand ) 2648 #endif 2645 2649 #else 2646 2650 #if LG_RESTRICTEDRESPRED_M24766 … … 3539 3543 UInt uiMRGCost = MAX_UINT; 3540 3544 #if CU_BASED_MRG_CAND_LIST 3545 #if LG_RESTRICTEDRESPRED_M24766 3546 xMergeEstimation( pcCU, pcOrgYuv, rpcResiPredYuv, iPartIdx, uiMRGInterDir, cMRGMvField, uiMRGIndex, uiMRGCost, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand); 3547 #else 3541 3548 xMergeEstimation( pcCU, pcOrgYuv, iPartIdx, uiMRGInterDir, cMRGMvField, uiMRGIndex, uiMRGCost, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand); 3549 #endif 3542 3550 #else 3543 3551 #if LG_RESTRICTEDRESPRED_M24766
Note: See TracChangeset for help on using the changeset viewer.