Changeset 626 in SHVCSoftware for branches/SHM-5.1-dev/source
- Timestamp:
- 12 Mar 2014, 16:54:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r625 r626 1040 1040 const Window &defDisp = m_respectDefDispWindow ? pic->getDefDisplayWindow() : Window(); 1041 1041 Int xScal = 1, yScal = 1; 1042 1042 #if REPN_FORMAT_IN_VPS 1043 1043 UInt chromaFormatIdc = pic->getSlice(0)->getChromaFormatIdc(); 1044 1044 xScal = TComSPS::getWinUnitX( chromaFormatIdc ); … … 1076 1076 if( outputPictures ) // All pictures in the DPB in that layer are to be output; this means other pictures would also be output 1077 1077 { 1078 Int numReorderPics = -1;1079 1078 std::vector<Int> listOfPocs; 1080 1079 std::vector<Int> listOfPocsInEachLayer[MAX_LAYERS]; … … 1104 1103 if( outputPictures ) // All pictures in the DPB are to be output 1105 1104 { 1106 Int numReorderPics = -1;1107 1105 std::vector<Int> listOfPocs; 1108 1106 std::vector<Int> listOfPocsInEachLayer[MAX_LAYERS]; … … 1139 1137 { 1140 1138 1141 Int numReorderPics = -1;1142 1139 std::vector<Int> listOfPocs; 1143 1140 std::vector<Int> listOfPocsInEachLayer[MAX_LAYERS]; … … 1180 1177 Void TAppDecTop::checkOutputAfterDecoding() 1181 1178 { 1182 Int numReorderPics = -1;1183 1179 std::vector<Int> listOfPocs; 1184 1180 std::vector<Int> listOfPocsInEachLayer[MAX_LAYERS];
Note: See TracChangeset for help on using the changeset viewer.