Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
d438dba1
Commit
d438dba1
authored
May 17, 2017
by
Ryan
Browse files
fix a warning with windows build
Change-Id: I100a29e3846d437c30853d68902d2704dbc8d39d
parent
3f1ae4ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/tile_common.h
View file @
d438dba1
...
...
@@ -38,7 +38,7 @@ void av1_tile_init(TileInfo *tile, const struct AV1Common *cm, int row,
void
av1_tile_set_row
(
TileInfo
*
tile
,
const
struct
AV1Common
*
cm
,
int
row
);
void
av1_tile_set_col
(
TileInfo
*
tile
,
const
struct
AV1Common
*
cm
,
int
col
);
#if CONFIG_DEPENDENT_HORZTILES && CONFIG_TILE_GROUPS
void
av1_tile_set_tg_boundary
(
TileInfo
*
tile
,
const
struct
AV1Common
*
cm
,
void
av1_tile_set_tg_boundary
(
TileInfo
*
tile
,
const
struct
AV1Common
*
const
cm
,
int
row
,
int
col
);
#endif
void
av1_get_tile_n_bits
(
int
mi_cols
,
int
*
min_log2_tile_cols
,
...
...
Write
Preview
Supports
Markdown
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