Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvet
VVCSoftware_VTM
Commits
62491f76
Commit
62491f76
authored
Mar 13, 2019
by
Frank Bossen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'FIX_TICKET_222' into 'master'
Fix ticket 222 See merge request
!380
parents
94daef2f
736d1d41
Pipeline
#1086
canceled with stage
Changes
1
Pipelines
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 @
62491f76
...
...
@@ -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