Changeset 542 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder
- Timestamp:
- 23 Jul 2013, 15:19:06 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecGop.cpp
r486 r542 159 159 } 160 160 #endif 161 #if H_3D _GEN161 #if H_3D 162 162 pcSlice->setDepthToDisparityLUTs(); 163 163 #endif -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecTop.cpp
r537 r542 913 913 #endif 914 914 915 #if H_3D _GEN915 #if H_3D 916 916 pcSlice->setIvPicLists( m_ivPicLists ); 917 917 #if H_3D_IV_MERGE -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecTop.h
r531 r542 89 89 Int** m_aaiCodedScale; 90 90 Int* m_aiViewId; 91 #if !H_3D_FIX92 Int* m_aiLayerIdx;93 #endif94 91 95 92 Bool* m_bViewReceived;
Note: See TracChangeset for help on using the changeset viewer.