Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
ECM
ECM
Commits
027414ae
Commit
027414ae
authored
3 months ago
by
Thierry Dumas
Committed by
Vadim Seregin
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix the difference in PSNRs between `JVET_AJ0249_NEURAL_NETWORK_BASED` at 0 and `--IntraNN=0`.
parent
d8adb732
No related branches found
No related tags found
1 merge request
!791
Fix the difference in PSNRs between `JVET_AJ0249_NEURAL_NETWORK_BASED` at 0 and `--IntraNN=0`.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/EncoderLib/IntraSearch.cpp
+1
-1
1 addition, 1 deletion
source/Lib/EncoderLib/IntraSearch.cpp
with
1 addition
and
1 deletion
source/Lib/EncoderLib/IntraSearch.cpp
+
1
−
1
View file @
027414ae
...
@@ -4740,7 +4740,7 @@ bool IntraSearch::estIntraPredLumaQT(CodingUnit &cu, Partitioner &partitioner, c
...
@@ -4740,7 +4740,7 @@ bool IntraSearch::estIntraPredLumaQT(CodingUnit &cu, Partitioner &partitioner, c
#if JVET_AH0103_LOW_DELAY_LFNST_NSPT
#if JVET_AH0103_LOW_DELAY_LFNST_NSPT
#if JVET_W0123_TIMD_FUSION
#if JVET_W0123_TIMD_FUSION
#if JVET_AJ0249_NEURAL_NETWORK_BASED
#if JVET_AJ0249_NEURAL_NETWORK_BASED
if (spsIntraLfnstEnabled && mtsUsageFlag == 1 && !cu.ispMode && mode >= 0 && !cu.timd && !(cu.dimd && !cu.obicFlag) && cu.firstPU->intraDir[CHANNEL_TYPE_LUMA] != PNN_IDX)
if (spsIntraLfnstEnabled && mtsUsageFlag == 1 && !cu.ispMode && mode >= 0 && !cu.timd &&
(isNnIn ?
!(cu.dimd && !cu.obicFlag)
: true)
&& cu.firstPU->intraDir[CHANNEL_TYPE_LUMA] != PNN_IDX)
#else
#else
if( spsIntraLfnstEnabled && mtsUsageFlag == 1 && !cu.ispMode && mode >= 0 && !cu.timd )
if( spsIntraLfnstEnabled && mtsUsageFlag == 1 && !cu.ispMode && mode >= 0 && !cu.timd )
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment