Changeset 262 in 3DVCSoftware for branches/HTM-5.1-dev2-Sony/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 7 Feb 2013, 06:01:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev2-Sony/source/Lib/TLibDecoder/TDecTop.cpp
r254 r262 254 254 m_iMaxRefPicNum = 0; 255 255 m_uiValidPS = 0; 256 #if SONY_COLPIC_AVAILABILITY257 m_iViewOrderIdx = 0;258 #endif259 256 #if ENC_DEC_TRACE 260 257 g_hTrace = fopen( "TraceDec.txt", "wb" ); … … 687 684 } 688 685 689 #if SONY_COLPIC_AVAILABILITY690 m_apcSlicePilot->setViewOrderIdx( m_apcSlicePilot->getSPS()->getViewOrderIdx());691 #endif692 693 686 #if NAL_REF_FLAG 694 687 m_apcSlicePilot->setReferenced(nalu.m_nalRefFlag); … … 768 761 xGetNewPicBuffer (m_apcSlicePilot, pcPic); 769 762 770 #if SONY_COLPIC_AVAILABILITY 771 pcPic->setViewOrderIdx( m_apcSlicePilot->getSPS()->getViewOrderIdx() ); 772 #endif 773 763 #if INTER_VIEW_VECTOR_SCALING_C0115 764 pcPic->setViewOrderIdx( m_apcSlicePilot->getVPS()->getViewOrderIdx(nalu.m_layerId) ); // will be changed to view_id 765 #endif 774 766 /* transfer any SEI messages that have been received to the picture */ 775 767 pcPic->setSEIs(m_SEIs); … … 996 988 #endif 997 989 998 #if SONY_COLPIC_AVAILABILITY990 #if INTER_VIEW_VECTOR_SCALING_C0115 999 991 #if VIDYO_VPS_INTEGRATION 1000 pcSlice->setViewOrderIdx( pcSlice->getVPS()->getViewOrderIdx(nalu.m_layerId) ); 992 pcSlice->setViewOrderIdx( pcSlice->getVPS()->getViewOrderIdx(nalu.m_layerId) ); // will be changed to view_id 1001 993 #else 1002 994 pcSlice->setViewOrderIdx( pcPic->getViewOrderIdx() ); 1003 995 #endif 996 #endif 997 998 #if INTER_VIEW_VECTOR_SCALING_C0115 999 pcSlice->setIVScalingFlag( pcSlice->getVPS()->getIVScalingFlag()); 1004 1000 #endif 1005 1001
Note: See TracChangeset for help on using the changeset viewer.