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
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