Changeset 501 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/App
- Timestamp:
- 27 Jun 2013, 15:09:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/App/TAppDecoder/TAppDecTop.cpp
r497 r501 150 150 Bool recon_opened = false; // reconstruction file not yet opened. (must be performed after SPS is seen) 151 151 #else 152 #if H_3D 152 153 Int pocCurrPic = -MAX_INT; 153 154 Int pocLastPic = -MAX_INT; 155 #endif 154 156 155 157 Int layerIdCurrPic = 0; … … 187 189 Bool newSliceDiffPoc = false; 188 190 Bool newSliceDiffLayer = false; 191 #if H_3D 189 192 Bool allLayersDecoded = false; 193 #endif 190 194 #endif 191 195 if (nalUnit.empty()) … … 222 226 { 223 227 layerIdCurrPic = nalu.m_layerId; 228 #if H_3D 224 229 pocCurrPic = m_tDecTop[decIdx]->getCurrPoc(); 230 #endif 225 231 decIdxCurrPic = decIdx; 226 232 firstSlice = false; … … 230 236 { 231 237 layerIdCurrPic = nalu.m_layerId; 232 238 #if H_3D 233 239 pocLastPic = pocCurrPic; 234 240 pocCurrPic = m_tDecTop[decIdx]->getCurrPoc(); 235 241 #endif 236 242 decIdxLastPic = decIdxCurrPic; 237 243 decIdxCurrPic = decIdx; 238 244 #if H_3D 239 245 allLayersDecoded = ( pocCurrPic != pocLastPic ); 246 #endif 240 247 } 241 248
Note: See TracChangeset for help on using the changeset viewer.