Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VVCSoftware_VTM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
jvet
VVCSoftware_VTM
Commits
736d1d41
Commit
736d1d41
authored
Mar 13, 2019
by
Yu Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ticket 222
parent
b0411ca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
source/Lib/EncoderLib/InterSearch.cpp
source/Lib/EncoderLib/InterSearch.cpp
+1
-1
No files found.
source/Lib/EncoderLib/InterSearch.cpp
View file @
736d1d41
...
...
@@ -1812,7 +1812,7 @@ bool InterSearch::xHashInterEstimation(PredictionUnit& pu, RefPicList& bestRefPi
unsigned
int
bitsMVP4Pel
=
MAX_UINT
;
Mv
mvPred4Pel
=
currAMVPInfo4Pel
.
mvCand
[
mvpIdxTemp
];
m_pcRdCost
->
setPredictor
(
mvPred4Pel
);
bitsMVP
1
Pel
=
m_pcRdCost
->
getBitsOfVectorWithPredictor
(
cMv
.
getHor
(),
cMv
.
getVer
(),
4
);
bitsMVP
4
Pel
=
m_pcRdCost
->
getBitsOfVectorWithPredictor
(
cMv
.
getHor
(),
cMv
.
getVer
(),
4
);
if
(
bitsMVP4Pel
<
curMVPbits
)
{
curMVPbits
=
bitsMVP4Pel
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment