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
Guillaume Martres
aom-rav1e
Commits
73df20e9
Commit
73df20e9
authored
Mar 13, 2014
by
Jingning Han
Browse files
Remove unused comment
Change-Id: I12ce22c036b12073a45b762d4dd38f6ec4960e56
parent
0d394299
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
73df20e9
...
...
@@ -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
.
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