- Timestamp:
- 13 Jul 2013, 11:04:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComSlice.h
r534 r535 1652 1652 Int m_viewIndex; 1653 1653 Bool m_isDepth; 1654 Int m_aaiCodedScale [2][MAX_NUM_LAYERS]; 1655 Int m_aaiCodedOffset[2][MAX_NUM_LAYERS]; 1656 #if H_3D_TMVP 1657 Int m_aiAlterRefIdx [2]; 1658 #endif 1659 #if H_3D_ARP 1660 TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS]; 1661 UInt m_nARPStepNum; 1662 #endif 1663 #if H_3D_IC 1664 Bool m_bApplyIC; 1665 Bool m_icSkipParseFlag; 1666 #endif 1667 1668 #if H_3D_GEN 1669 TComPic* m_ivPicsCurrPoc [2][MAX_NUM_LAYERS]; 1670 Int** m_depthToDisparityB; 1671 Int** m_depthToDisparityF; 1672 #endif 1673 #endif 1674 #endif 1675 #if H_MV 1654 #endif 1655 1676 1656 // Additional slice header syntax elements 1677 1657 Bool m_discardableFlag; … … 1686 1666 Int m_activeMotionPredRefLayerId [ MAX_NUM_LAYER_IDS ]; 1687 1667 1668 Int m_aaiCodedScale [2][MAX_NUM_LAYERS]; 1669 Int m_aaiCodedOffset[2][MAX_NUM_LAYERS]; 1670 #if H_3D_TMVP 1671 Int m_aiAlterRefIdx [2]; 1672 #endif 1673 #if H_3D_ARP 1674 TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS]; 1675 UInt m_nARPStepNum; 1676 #endif 1677 #if H_3D_IC 1678 Bool m_bApplyIC; 1679 Bool m_icSkipParseFlag; 1680 #endif 1681 #if H_3D_GEN 1682 TComPic* m_ivPicsCurrPoc [2][MAX_NUM_LAYERS]; 1683 Int** m_depthToDisparityB; 1684 Int** m_depthToDisparityF; 1685 #endif 1688 1686 #endif 1689 1687
Note: See TracChangeset for help on using the changeset viewer.