Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jvet
VVCSoftware_VTM
Merge requests
!2547
The source project of this merge request has been removed.
JVET-AC0074: adopted constraints for NNPF frame rate upsampling
Merged
JVET-AC0074: adopted constraints for NNPF frame rate upsampling
(removed):JVET-AC0074
into
master
Overview
9
Commits
11
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Maria Santamaria
requested to merge
(removed):JVET-AC0074
into
master
2 years ago
Overview
9
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
JVET-AC0074: adopted constraints for NNPF frame rate upsampling
0
0
Merge request reports
Viewing commit
8b05d603
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8b05d603
Updating condition for nnpf
· 8b05d603
Maria Santamaria
authored
2 years ago
source/App/EncoderApp/EncApp.h
+
1
−
1
Options
@@ -146,7 +146,7 @@ public:
void
featureToFile
(
std
::
ofstream
&
featureFile
,
int
feature
[
MAX_CU_DEPTH
+
1
][
MAX_CU_DEPTH
+
1
],
std
::
string
featureName
);
#endif
#if JVET_AC0074_USE_OF_NNPFC_FOR_PIC_RATE_UPSAMPLING
bool
getNNPostFilterEnabled
()
{
return
m_cEncLib
.
getNNPostFilterSEICharacteristicsEnabled
()
&&
m_cEncLib
.
getNnPostFilterSEIActivationEnabled
();
}
bool
getNNPostFilterEnabled
()
{
return
m_cEncLib
.
getNNPostFilterSEICharacteristicsEnabled
()
||
m_cEncLib
.
getNnPostFilterSEIActivationEnabled
();
}
#endif
};
// END CLASS DEFINITION EncApp
Loading