Changeset 1063 in 3DVCSoftware for branches/HTM-12.0-dev1/source/App/TAppDecoder
- Timestamp:
- 9 Oct 2014, 12:35:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.0-dev1/source/App/TAppDecoder/TAppDecTop.cpp
r1060 r1063 1155 1155 Int curLayerId = m_tDecTop[dIdx]->getLayerId(); 1156 1156 Int curLayerIdxInVps = m_vps->getLayerIdInNuh( curLayerId ); 1157 #if H_MV_HLS10_REF_PRED_LAYERS 1158 if ( m_vps->getDependencyFlag(optLayerIdxInVps, curLayerIdxInVps ) ) 1159 #else 1157 1160 if ( m_vps->getInDirectDependencyFlag(optLayerIdxInVps, curLayerIdxInVps ) ) 1161 #endif 1158 1162 { 1159 1163 TComPic* curPic = m_ivPicLists.getPic( curLayerId, pocLastPic );
Note: See TracChangeset for help on using the changeset viewer.