Changeset 243 in 3DVCSoftware for branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 31 Jan 2013, 02:52:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TComDataCU.cpp
r237 r243 5945 5945 Int paiPdmRefIdx[4] = {-1, -1, -1, -1}; 5946 5946 Int iPdmDir[4] = {-1, -1, -1, -1}; 5947 #if QC_C0051_FIXED_BY_MTK 5948 TComMv cPdmMvPred[4]; 5949 #else 5947 5950 TComMv cPdmMvPred[2]; 5951 #endif 5948 5952 cPdmMvPred[0].m_bDvMcp = cPdmMvPred[1].m_bDvMcp = false; 5949 5953 if(getUnifiedMvPredCan(uiPartIdx, eRefPicList, iRefIdx, paiPdmRefIdx, cPdmMvPred, &cDisInfo, iPdmDir, false))
Note: See TracChangeset for help on using the changeset viewer.