- Timestamp:
- 4 Aug 2015, 19:32:56 (9 years ago)
- Location:
- branches/SHM-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1378 r1416 1540 1540 Int bitDepth[] = {bitDpeths.recon[CHANNEL_TYPE_LUMA], bitDpeths.recon[CHANNEL_TYPE_CHROMA]}; 1541 1541 1542 m_confReconFile[layerId].open(tempFileName, true, m_outputBitDepth, m_outputBitDepth, bitDepth ); // write mode1542 m_confReconFile[layerId].open(tempFileName, true, bitDepth, bitDepth, bitDepth ); // write mode 1543 1543 this->setDecodedYuvLayerRefresh( layerId, false ); 1544 1544 } … … 1563 1563 conf.getWindowRightOffset() * xScal + defDisp.getWindowRightOffset(), 1564 1564 conf.getWindowTopOffset() * yScal + defDisp.getWindowTopOffset(), 1565 conf.getWindowBottomOffset()* yScal + defDisp.getWindowBottomOffset() ); 1565 conf.getWindowBottomOffset()* yScal + defDisp.getWindowBottomOffset(), 1566 NUM_CHROMA_FORMAT, m_bClipOutputVideoToRec709Range ); 1567 1566 1568 layerBuffer->erase(itPic); 1567 1569 itPic = layerBuffer->begin(); // Ensure doesn't go to infinite loop -
branches/SHM-dev/source/Lib/TLibCommon/TComPicYuv.cpp
r1305 r1416 86 86 const UInt uiMaxCUDepth, ///< used for generating offsets to CUs. Can use 0 if no offsets are required 87 87 #if SVC_EXTENSION 88 const Bool bUseMargin, ///< if true, then a margin of uiMaxCUWidth+16 and uiMaxCUHeight+16 is created around the image.88 const Bool bUseMargin, ///< if true, then a margin of uiMaxCUWidth+16 and uiMaxCUHeight+16 is created around the image. 89 89 const Window* conformanceWindow) 90 90 #else
Note: See TracChangeset for help on using the changeset viewer.