Changeset 597 in 3DVCSoftware for branches/HTM-DEV-2.0-dev0/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 29 Aug 2013, 12:25:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev0/source/Lib/TLibEncoder/TEncGOP.cpp
r542 r597 1078 1078 #endif 1079 1079 #endif 1080 #if MTK_NBDV_TN_FIX_E0172 1081 if(pcSlice->getViewIndex() && !pcSlice->getIsDepth() && !pcSlice->isIntra()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done. 1082 { 1083 pcPic->checkTemporalIVRef(); 1084 } 1085 #endif 1086 #if MTK_TEXTURE_MRGCAND_BUGFIX_E0182 1087 if(pcSlice->getIsDepth()) 1088 { 1089 pcPic->checkTextureRef(); 1090 } 1091 #endif 1080 1092 while(nextCUAddr<uiRealEndAddress) // determine slice boundaries 1081 1093 {
Note: See TracChangeset for help on using the changeset viewer.