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

remove macro JVET_AE0134_END_REPEATED_INFERENCE

parent ebd5a666
No related branches found
No related tags found
No related merge requests found
......@@ -326,7 +326,6 @@ void SEINeuralNetworkPostFiltering::checkInputPics(
{
numInferences = 1 + numPostRoll;
}
#if JVET_AE0134_END_REPEATED_INFERENCE
else if (!pictureRateUpsamplingFlag && numInputPics > 1 && nnpfa->m_persistenceFlag)
{
std::vector<int> inpIdx;
......@@ -356,7 +355,6 @@ void SEINeuralNetworkPostFiltering::checkInputPics(
numInferences += numPostRoll;
}
}
#endif
else
{
numInferences = 1;
......
......@@ -74,7 +74,6 @@
#define JVET_AE0134_END_REPEATED_INFERENCE 1 // JVET_AE0134 item 2: At the end of a bitstream or CLVS, add repeated inference of NNPF for creating pictures corresponding to input pictures
//########### place macros to be be kept below this line ###############
......
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