Changeset 1251 in 3DVCSoftware for branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 4 Jun 2015, 11:47:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TComSlice.h
r1219 r1251 1367 1367 1368 1368 Int m_iNumDepthmapValues [ MAX_NUM_LAYERS ]; 1369 std::vector<Int> m_iDepthValue2Idx [ MAX_NUM_LAYERS ];1370 std::vector<Int> m_iIdx2DepthValue [ MAX_NUM_LAYERS ];1369 std::vector<Int> m_iDepthValue2Idx [ MAX_NUM_LAYERS ]; 1370 std::vector<Int> m_iIdx2DepthValue [ MAX_NUM_LAYERS ]; 1371 1371 1372 1372 Int m_iNumDepthViews; … … 1374 1374 1375 1375 // mapping 1376 Int m_iDepthIdxToLayerId [ MAX_NUM_LAYERS ]; 1377 1378 // these are only needed at the encoder to decide on coding 1376 Int m_iDepthIdxToLayerId [ MAX_NUM_LAYERS ]; 1379 1377 1380 1378 public:
Note: See TracChangeset for help on using the changeset viewer.