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
0ba14e60
Commit
0ba14e60
authored
Apr 09, 2014
by
Dmitry Kovalev
Browse files
Fixing broken build.
Change-Id: I9b8f9a3f4fa9d48695149dd68ecb5e8d84accafe
parent
5ed83c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
0ba14e60
...
@@ -1466,8 +1466,7 @@ static void set_source_var_based_partition(VP9_COMP *cpi,
...
@@ -1466,8 +1466,7 @@ static void set_source_var_based_partition(VP9_COMP *cpi,
int
mi_row
,
int
mi_col
)
{
int
mi_row
,
int
mi_col
)
{
VP9_COMMON
*
const
cm
=
&
cpi
->
common
;
VP9_COMMON
*
const
cm
=
&
cpi
->
common
;
MACROBLOCK
*
x
=
&
cpi
->
mb
;
MACROBLOCK
*
x
=
&
cpi
->
mb
;
const
int
mis
=
cm
->
mi_stride
;
const
int
mis
=
cm
->
mode_info_stride
;
int
row8x8_remaining
=
tile
->
mi_row_end
-
mi_row
;
int
row8x8_remaining
=
tile
->
mi_row_end
-
mi_row
;
int
col8x8_remaining
=
tile
->
mi_col_end
-
mi_col
;
int
col8x8_remaining
=
tile
->
mi_col_end
-
mi_col
;
int
r
,
c
;
int
r
,
c
;
...
...
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