summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-02-08 14:18:02 -0800
committerRonald S. Bultje <rbultje@google.com>2012-02-08 14:18:02 -0800
commit3adcbe2f15a034fa9ff7f16639086f24fa684257 (patch)
tree8f1c05de0e26e7bd9e3bd71015e184fa05ae9052 /vp8/encoder/onyx_int.h
parentc8ec59d8582f07ef759dd6e380bdfeef2433b29e (diff)
downloadlibvpx-3adcbe2f15a034fa9ff7f16639086f24fa684257.tar
libvpx-3adcbe2f15a034fa9ff7f16639086f24fa684257.tar.gz
libvpx-3adcbe2f15a034fa9ff7f16639086f24fa684257.tar.bz2
libvpx-3adcbe2f15a034fa9ff7f16639086f24fa684257.zip
Remove write-only variable "mbs_dual_count".
Change-Id: Icf7a6749ca2f8ad6a032f86c34540d1c5880cf68
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index 184c650ee..892d514eb 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -358,7 +358,6 @@ typedef struct VP8_COMP
unsigned int mode_test_hit_counts[MAX_MODES];
unsigned int mode_chosen_counts[MAX_MODES];
unsigned int mbs_tested_so_far;
- unsigned int mbs_dual_count;
int rd_thresh_mult[MAX_MODES];
int rd_baseline_thresh[MAX_MODES];