Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
cf83dfb2
Commit
cf83dfb2
authored
Dec 11, 2013
by
Jingning Han
Committed by
Gerrit Code Review
Dec 11, 2013
Browse files
Merge "Enforce motion search range clamp for sub8x8"
parents
9460226a
a67e654b
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
cf83dfb2
...
...
@@ -1780,6 +1780,9 @@ static void rd_check_segment_txsize(VP9_COMP *cpi, MACROBLOCK *x,
further_steps
=
(
MAX_MVSEARCH_STEPS
-
1
)
-
step_param
;
// adjust src pointer for this block
mi_buf_shift
(
x
,
i
);
vp9_clamp_mv_min_max
(
x
,
&
bsi
->
ref_mv
->
as_mv
);
if
(
cpi
->
sf
.
search_method
==
HEX
)
{
bestsme
=
vp9_hex_search
(
x
,
&
mvp_full
.
as_mv
,
step_param
,
...
...
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