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
4ec5569f
Commit
4ec5569f
authored
Apr 16, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Apr 16, 2014
Browse files
Merge "Add consts in set_fixed_partitioning()"
parents
b12014b8
8f6f6ab2
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
4ec5569f
...
...
@@ -1336,8 +1336,8 @@ static void set_fixed_partitioning(VP9_COMP *cpi, const TileInfo *const tile,
BLOCK_SIZE
bsize
)
{
VP9_COMMON
*
const
cm
=
&
cpi
->
common
;
const
int
mis
=
cm
->
mi_stride
;
int
row8x8_remaining
=
tile
->
mi_row_end
-
mi_row
;
int
col8x8_remaining
=
tile
->
mi_col_end
-
mi_col
;
const
int
row8x8_remaining
=
tile
->
mi_row_end
-
mi_row
;
const
int
col8x8_remaining
=
tile
->
mi_col_end
-
mi_col
;
int
block_row
,
block_col
;
MODE_INFO
*
mi_upper_left
=
cm
->
mi
+
mi_row
*
mis
+
mi_col
;
int
bh
=
num_8x8_blocks_high_lookup
[
bsize
];
...
...
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