Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
5900d131
Commit
5900d131
authored
Jul 09, 2013
by
Scott LaVarnway
Committed by
Gerrit Code Review
Jul 09, 2013
Browse files
Merge "Removed unnecessary xd->mode_info_context assignment"
parents
ec68d255
69d1d1d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodemv.c
View file @
5900d131
...
...
@@ -482,10 +482,6 @@ static void read_inter_mode_info(VP9D_COMP *pbi, MODE_INFO *mi,
int
idx
,
idy
;
// Make sure the MACROBLOCKD mode info pointer is pointed at the
// correct entry for the current macroblock.
xd
->
mode_info_context
=
mi
;
// Distance of Mb to the various image edges.
// These specified to 8th pel as they are always compared to MV values
// that are in 1/8th pel units
...
...
Write
Preview
Markdown
is supported
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