Skip to content
Snippets Groups Projects
Commit 70a9723a authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'JVET_AE0048_implicit_persistence_cancel' into 'master'

JVET-AE0048 item 5: Cancel the persistence of an NNPFA SEI message with any...

See merge request jvet/VVCSoftware_VTM!2664
parents f857c0d8 f4de7503
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,9 @@ void SEINeuralNetworkPostFiltering::setPicActivatedNnpfc(Picture* picture)
else
{
tmpIsNnpfActivatedForPic[nnpfa->m_targetId] = true;
#if JVET_AE0048_IMPLICIT_PERSISTENCE_CANCEL
m_isNnpfActiveForCLVS[nnpfa->m_targetId] = false; // Cancel the persistence of an NNPFA SEI message with any subsequent NNPFA SEI message with the same nnpfa_target_id
#endif
}
CHECK((uint32_t)nnpfa->m_outputFlag.size() > nnpfc->m_numInpPicsInOutputTensor, "The value of nnpfa_num_output_entries shall be in the range of 0 to NumInpPicsInOutputTensor");
}
......
......@@ -62,6 +62,8 @@
#define JVET_Z0150_MEMORY_USAGE_PRINT 1 // JVET-Z0150: Print memory usage
#define JVET_AE0048_IMPLICIT_PERSISTENCE_CANCEL 1 // JVET-AE0048 item 5: Cancel the persistence of an NNPFA SEI message with any subsequent NNPFA SEI message with the same nnpfa_target_id
#define JVET_AE0060_COND_SIG_INF 1 // signal nnpfc_chroma_loc_info_present_flag only when nnpfc_out_order_idc is not equal to 0 and infer nnpfc_chroma_loc_info_present_flag to be equal to 0 when not present.
#define JVET_AE0057_MTT_ET 1 // JVET-AE0057: MTT split modes early termination
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment