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
0428f349
Commit
0428f349
authored
Mar 14, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Mar 14, 2014
Browse files
Merge "Remove unused comment"
parents
6be7120e
73df20e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
0428f349
...
...
@@ -159,7 +159,6 @@ static inline void set_modeinfo_offsets(VP9_COMMON *const cm,
const
int
idx_str
=
xd
->
mode_info_stride
*
mi_row
+
mi_col
;
xd
->
mi_8x8
=
cm
->
mi_grid_visible
+
idx_str
;
xd
->
prev_mi_8x8
=
cm
->
prev_mi_grid_visible
+
idx_str
;
// xd->last_mi = cm->prev_mi ? xd->prev_mi_8x8[0] : NULL;
xd
->
mi_8x8
[
0
]
=
cm
->
mi
+
idx_str
;
}
...
...
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