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
Commits
42a3a6fb
Commit
42a3a6fb
authored
5 years ago
by
Xiang Li
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix_ticket_424' into 'master'
Fix for Ticket
#424
: uncompliant sps_log2_diff_max_bt_min_qt_inter_slice See merge request
!799
parents
507a1d60
9576cf42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!799
Fix for Ticket #424: uncompliant sps_log2_diff_max_bt_min_qt_inter_slice
Pipeline
#2428
passed
5 years ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/EncoderLib/EncLib.cpp
+3
-0
3 additions, 0 deletions
source/Lib/EncoderLib/EncLib.cpp
with
3 additions
and
0 deletions
source/Lib/EncoderLib/EncLib.cpp
+
3
−
0
View file @
42a3a6fb
...
...
@@ -899,6 +899,9 @@ void EncLib::xInitSPS(SPS &sps)
sps
.
setSplitConsOverrideEnabledFlag
(
m_useSplitConsOverride
);
sps
.
setMinQTSizes
(
m_uiMinQT
);
sps
.
setMaxBTDepth
(
m_uiMaxBTDepth
,
m_uiMaxBTDepthI
,
m_uiMaxBTDepthIChroma
);
sps
.
setMaxBTSize
(
std
::
min
((
int
)
m_CTUSize
,
MAX_BT_SIZE_INTER
),
std
::
min
((
int
)
m_CTUSize
,
MAX_BT_SIZE
),
std
::
min
((
int
)
m_CTUSize
,
MAX_BT_SIZE_C
)
);
sps
.
setIDRRefParamListPresent
(
m_idrRefParamList
);
sps
.
setUseDualITree
(
m_dualITree
);
sps
.
setUseLFNST
(
m_LFNST
);
...
...
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