Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
b4c4f648
Commit
b4c4f648
authored
Jun 06, 2013
by
Jim Bankoski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
signs reverted
Change-Id: Ieface458c83eb6e7ee95595d9fc662f372117c9a
parent
5a88271b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_rdopt.c
+1
-1
No files found.
vp9/encoder/vp9_rdopt.c
View file @
b4c4f648
...
...
@@ -2750,7 +2750,7 @@ int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
// should fix this either by making the motion search just work on
// a representative block in the boundary ( first ) and then implement a
// function that does sads when inside the border..
if
(((
mi_row
+
bhs
)
<
cm
->
mi_rows
||
(
mi_col
+
bws
)
<
cm
->
mi_cols
)
&&
if
(((
mi_row
+
bhs
)
>
cm
->
mi_rows
||
(
mi_col
+
bws
)
>
cm
->
mi_cols
)
&&
this_mode
==
NEWMV
)
{
continue
;
}
...
...
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