Skip to content
GitLab
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
3d12e654
Commit
3d12e654
authored
Mar 03, 2014
by
Jim Bankoski
Browse files
vp9_onyxc_int.h static -> static inline in header
Change-Id: Ib65fb0679156960305b10fbf590254ff6bf1bfe1
parent
be647f7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_onyxc_int.h
View file @
3d12e654
...
...
@@ -269,7 +269,7 @@ static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile,
xd
->
left_available
=
(
mi_col
>
tile
->
mi_col_start
);
}
static
void
set_prev_mi
(
VP9_COMMON
*
cm
)
{
static
INLINE
void
set_prev_mi
(
VP9_COMMON
*
cm
)
{
const
int
use_prev_in_find_mv_refs
=
cm
->
width
==
cm
->
last_width
&&
cm
->
height
==
cm
->
last_height
&&
!
cm
->
intra_only
&&
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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