Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
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
Model registry
Operate
Environments
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
Xiang Li
VVCSoftware_VTM
Commits
8c891c6f
Commit
8c891c6f
authored
6 years ago
by
Xiang Li
Browse files
Options
Downloads
Patches
Plain Diff
Add comment on the MVd fix
parent
bccedd88
Branches
fix_mvdcrash
No related tags found
No related merge requests found
Pipeline
#320
passed
6 years ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/EncoderLib/EncCu.cpp
+1
-0
1 addition, 0 deletions
source/Lib/EncoderLib/EncCu.cpp
with
1 addition
and
0 deletions
source/Lib/EncoderLib/EncCu.cpp
+
1
−
0
View file @
8c891c6f
...
...
@@ -3382,6 +3382,7 @@ void EncCu::xEncodeInterResidual( CodingStructure *&tempCS, CodingStructure *&be
int
minEMTMode
=
0
;
int
maxEMTMode
=
(
considerEmtSecondPass
?
1
:
0
);
// Not allow very big |MVd| to avoid CABAC crash caused by too large MVd. Normally no impact on coding performance.
const
int
maxMvd
=
1
<<
15
;
const
PredictionUnit
&
pu
=
*
cu
->
firstPU
;
if
(
!
cu
->
affine
)
...
...
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