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
296afb94
Commit
296afb94
authored
Dec 05, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Dec 05, 2014
Browse files
Merge "Fix a motion search skip condition in vp9_pick_inter_mode"
parents
3d8d1e37
eadffb2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
296afb94
...
...
@@ -687,7 +687,7 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
if
(
ref_frame
>
LAST_FRAME
)
continue
;
if
(
cpi
->
sf
.
partition_search_type
!=
VAR_BASED_PARTITION
&&
this
_rdc
.
rdcost
<
(
int64_t
)(
1
<<
num_pels_log2_lookup
[
bsize
]))
best
_rdc
.
rdcost
<
(
int64_t
)(
1
<<
num_pels_log2_lookup
[
bsize
]))
continue
;
if
(
!
combined_motion_search
(
cpi
,
x
,
bsize
,
mi_row
,
mi_col
,
&
frame_mv
[
NEWMV
][
ref_frame
],
...
...
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