projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8fb27
)
Remove some disabled code from pick_inter_mode_sb().
author
Ronald S. Bultje
<rbultje@google.com>
Tue, 28 Aug 2012 16:51:52 +0000
(09:51 -0700)
committer
Ronald S. Bultje
<rbultje@google.com>
Tue, 28 Aug 2012 16:51:52 +0000
(09:51 -0700)
Change-Id: I323c429b453eec8c3b76c37f7e2a52da9dfe8d77
vp8/encoder/rdopt.c
patch
|
blob
|
history
diff --git
a/vp8/encoder/rdopt.c
b/vp8/encoder/rdopt.c
index
d07c238
..
247f128
100644
(file)
--- a/
vp8/encoder/rdopt.c
+++ b/
vp8/encoder/rdopt.c
@@
-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;