Changeset 647 in 3DVCSoftware for branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 19 Oct 2013, 17:30:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncGOP.cpp
r646 r647 917 917 918 918 // SAIT_VSO_EST_A0033 919 #if H_3D_FCO _E0163919 #if H_3D_FCO 920 920 Bool flagRec; 921 921 flagRec = ((m_pcEncTop->getIvPicLists()->getPicYuv( pcSlice->getViewIndex(), false, pcSlice->getPOC(), true) == NULL) ? false: true); … … 1187 1187 pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc)); 1188 1188 } 1189 #endif 1189 1190 #if H_3D 1190 1191 pcSlice->setDepthToDisparityLUTs(); 1191 1192 1192 1193 #endif 1193 #endif 1194 #if MTK_NBDV_TN_FIX_E01721194 1195 #if H_3D_NBDV 1195 1196 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. 1196 1197 { 1197 1198 pcPic->checkTemporalIVRef(); 1198 1199 } 1199 #endif 1200 #if MTK_TEXTURE_MRGCAND_BUGFIX_E0182 1200 1201 1201 if(pcSlice->getIsDepth()) 1202 1202 { … … 1930 1930 digestStr = digestToString(sei_recon_picture_digest.digest, 4); 1931 1931 } 1932 #if H_MV _FIX_LID_PIC_HASH_SEI_T401932 #if H_MV 1933 1933 OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer(), getLayerId() ); 1934 1934 #else
Note: See TracChangeset for help on using the changeset viewer.