diff --git a/source/App/DecoderApp/DecApp.cpp b/source/App/DecoderApp/DecApp.cpp index c44cc1b837babc028e01b2f8ae2fc1379a4a56e5..a4d7480a95a21bdc83ebe79162af5848c9fbd9a5 100644 --- a/source/App/DecoderApp/DecApp.cpp +++ b/source/App/DecoderApp/DecApp.cpp @@ -922,9 +922,6 @@ void DecApp::xWriteOutput( PicList* pcListPic, uint32_t tId ) #endif , m_upscaledOutput, NUM_CHROMA_FORMAT, m_bClipOutputVideoToRec709Range ); -#if JVET_AC0196_NNSR && NNVC_USE_PRED - pcPic->m_bufs[PIC_PREDICTION_CUSTOM].destroy(); -#endif } else { @@ -937,9 +934,6 @@ void DecApp::xWriteOutput( PicList* pcListPic, uint32_t tId ) conf.getWindowBottomOffset() * SPS::getWinUnitY( chromaFormatIDC ), NUM_CHROMA_FORMAT, m_bClipOutputVideoToRec709Range ); } -#if JVET_AC0196_NNSR - pcPic->destroyTempBuffers(); -#endif } #if NNVC_DUMP_DATA if (!m_dumpBasename.empty()) @@ -1220,9 +1214,6 @@ void DecApp::xFlushOutput( PicList* pcListPic, const int layerId ) conf.getWindowBottomOffset() * SPS::getWinUnitY( chromaFormatIDC ), NUM_CHROMA_FORMAT, m_bClipOutputVideoToRec709Range ); } -#if JVET_AC0196_NNSR - pcPic->destroyTempBuffers(); -#endif } // write to file #if NNVC_DUMP_DATA diff --git a/source/App/EncoderApp/EncApp.cpp b/source/App/EncoderApp/EncApp.cpp index 2c5ff290992c997a4933f3f582d8dc68d9730078..09b55af765f7ef0edb0b2963d5bd70e28caa51fc 100644 --- a/source/App/EncoderApp/EncApp.cpp +++ b/source/App/EncoderApp/EncApp.cpp @@ -1570,9 +1570,6 @@ void EncApp::xWriteOutput( int iNumEncoded, std::list<PelUnitBuf*>& recBufList ) m_cVideoIOYuvReconFile.write( pcPicYuvRec->get( COMPONENT_Y ).width, pcPicYuvRec->get( COMPONENT_Y ).height, *pcPicYuvRec, ipCSC, m_packedYUVMode, m_confWinLeft, m_confWinRight, m_confWinTop, m_confWinBottom, NUM_CHROMA_FORMAT, m_bClipOutputVideoToRec709Range ); } -#if JVET_AC0196_NNSR - tempPic->destroyTempBuffers(); -#endif } } } diff --git a/source/Lib/CommonLib/Picture.cpp b/source/Lib/CommonLib/Picture.cpp index 2d1b8772162a57afd4402f53c2133cb616b47aec..3067e43e1731c9f570497c59b2891700ad97b673 100644 --- a/source/Lib/CommonLib/Picture.cpp +++ b/source/Lib/CommonLib/Picture.cpp @@ -338,12 +338,6 @@ void Picture::destroyTempBuffers() M_BUFS( jId, t ).destroy(); } #endif -#if JVET_AC0196_NNSR && NNVC_USE_PRED - if (t == PIC_PREDICTION_CUSTOM ) - { - M_BUFS( jId, t ).destroy(); - } -#endif #if ENABLE_SPLIT_PARALLELISM if (t == PIC_RECONSTRUCTION && jId > 0) { diff --git a/source/Lib/DecoderLib/DecLib.cpp b/source/Lib/DecoderLib/DecLib.cpp index 2805f31ce3987a035957700ad095a7da3b580e6c..8c90cbcbb09771ced1e8ceee51b486a16bbfdea2 100644 --- a/source/Lib/DecoderLib/DecLib.cpp +++ b/source/Lib/DecoderLib/DecLib.cpp @@ -940,9 +940,7 @@ void DecLib::finishPicture(int &poc, PicList *&rpcListPic, MsgLevel msgl, bool a m_bFirstSliceInPicture = true; // TODO: immer true? hier ist irgendwas faul m_maxDecSubPicIdx = 0; m_maxDecSliceAddrInSubPic = -1; -#if !JVET_AC0196_NNSR m_pcPic->destroyTempBuffers(); -#endif m_pcPic->cs->destroyCoeffs(); m_pcPic->cs->releaseIntermediateData(); m_pcPic->cs->picHeader->initPicHeader(); diff --git a/source/Lib/EncoderLib/EncGOP.cpp b/source/Lib/EncoderLib/EncGOP.cpp index b5fc311f140be6f192786a8948d01d5e276d55f8..0fb54dd8436770ff297cc86fdf093818dd2e1353 100644 --- a/source/Lib/EncoderLib/EncGOP.cpp +++ b/source/Lib/EncoderLib/EncGOP.cpp @@ -3911,9 +3911,7 @@ void EncGOP::compressGOP( int iPOCLast, int iNumPicRcvd, PicList& rcListPic, { iGOPid=effFieldIRAPMap.restoreGOPid(iGOPid); } -#if !JVET_AC0196_NNSR pcPic->destroyTempBuffers(); -#endif pcPic->cs->destroyCoeffs(); pcPic->cs->releaseIntermediateData(); } // iGOPid-loop