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
7a18c816
Commit
7a18c816
authored
Aug 28, 2012
by
Ronald S. Bultje
Browse files
Remove some disabled code from pick_inter_mode_sb().
Change-Id: I323c429b453eec8c3b76c37f7e2a52da9dfe8d77
parent
8e8fb276
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.c
View file @
7a18c816
...
...
@@ -4046,10 +4046,6 @@ int64_t vp8_rd_pick_inter_mode_sb(VP8_COMP *cpi, MACROBLOCK *x,
int64_t
best_yrd
=
INT64_MAX
;
MB_MODE_INFO
best_mbmode
;
int
mode_index
=
0
;
#if 0
PARTITION_INFO best_partition;
union b_mode_info best_bmodes[16];
#endif
unsigned
int
ref_costs
[
MAX_REF_FRAMES
];
xd
->
mode_info_context
->
mbmi
.
segment_id
=
segment_id
;
...
...
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