summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-08-28 09:51:52 -0700
committerRonald S. Bultje <rbultje@google.com>2012-08-28 09:51:52 -0700
commit7a18c81663cec6d445d3c2c408690827ae418482 (patch)
tree9aa913ef41ea907f47c0db58240c9ab264874e20 /vp8/encoder
parent8e8fb27694d8e7763f8496f1d8911402c6cd3927 (diff)
downloadlibvpx-7a18c81663cec6d445d3c2c408690827ae418482.tar
libvpx-7a18c81663cec6d445d3c2c408690827ae418482.tar.gz
libvpx-7a18c81663cec6d445d3c2c408690827ae418482.tar.bz2
libvpx-7a18c81663cec6d445d3c2c408690827ae418482.zip
Remove some disabled code from pick_inter_mode_sb().
Change-Id: I323c429b453eec8c3b76c37f7e2a52da9dfe8d77
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/rdopt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp8/encoder/rdopt.c b/vp8/encoder/rdopt.c
index d07c2383e..247f12819 100644
--- 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;