Changeset 704 in SHVCSoftware for branches/SHM-6-dev/source/App
- Timestamp:
- 19 Apr 2014, 06:07:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/App/TAppDecoder/TAppDecTop.cpp
r702 r704 702 702 } 703 703 #endif 704 #if REPN_FORMAT_IN_VPS && !Q0200_CONFORMANCE_BL_SIZE704 #if REPN_FORMAT_IN_VPS 705 705 UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc(); 706 706 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ), yScal = TComSPS::getWinUnitY( chromaFormatIdc ); … … 818 818 #endif 819 819 820 #if REPN_FORMAT_IN_VPS && !Q0200_CONFORMANCE_BL_SIZE820 #if REPN_FORMAT_IN_VPS 821 821 UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc(); 822 822 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ), yScal = TComSPS::getWinUnitY( chromaFormatIdc ); … … 934 934 } 935 935 #endif 936 #if REPN_FORMAT_IN_VPS && !Q0200_CONFORMANCE_BL_SIZE936 #if REPN_FORMAT_IN_VPS 937 937 UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc(); 938 938 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ), yScal = TComSPS::getWinUnitY( chromaFormatIdc ); … … 1052 1052 } 1053 1053 #endif 1054 #if REPN_FORMAT_IN_VPS && !Q0200_CONFORMANCE_BL_SIZE1054 #if REPN_FORMAT_IN_VPS 1055 1055 UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc(); 1056 1056 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ), yScal = TComSPS::getWinUnitY( chromaFormatIdc ); … … 1160 1160 const Window &defDisp = m_respectDefDispWindow ? pic->getDefDisplayWindow() : Window(); 1161 1161 Int xScal = 1, yScal = 1; 1162 #if REPN_FORMAT_IN_VPS && !Q0200_CONFORMANCE_BL_SIZE1162 #if REPN_FORMAT_IN_VPS 1163 1163 UInt chromaFormatIdc = pic->getSlice(0)->getChromaFormatIdc(); 1164 1164 xScal = TComSPS::getWinUnitX( chromaFormatIdc );
Note: See TracChangeset for help on using the changeset viewer.