vp9_onyxc_int.h static -> static inline in header
Change-Id: Ib65fb0679156960305b10fbf590254ff6bf1bfe1
This commit is contained in:
Родитель
be647f7b83
Коммит
3d12e65483
|
@ -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 &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче