summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2010-11-11 02:39:20 -0800
committerCode Review <code-review@webmproject.org>2010-11-11 02:39:20 -0800
commit213f7b0907b1af2453e4af0f0e8c39606aeab974 (patch)
treea32f8091dbbcc1ab44e10ae275a753e7505f5562 /vp8/encoder/onyx_int.h
parent692b10858d8be54706f3e02ba3075c9718d7d683 (diff)
parent513f8e681415eb8fc96fdf862ffa17a26b1a5bb2 (diff)
downloadlibvpx-213f7b0907b1af2453e4af0f0e8c39606aeab974.tar
libvpx-213f7b0907b1af2453e4af0f0e8c39606aeab974.tar.gz
libvpx-213f7b0907b1af2453e4af0f0e8c39606aeab974.tar.bz2
libvpx-213f7b0907b1af2453e4af0f0e8c39606aeab974.zip
Merge "Relax rate control for last few frames"
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index be5b00de8..a9eedf399 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -614,9 +614,6 @@ typedef struct
unsigned int tempdata2;
int base_skip_false_prob[128];
- unsigned int section_is_low_motion;
- unsigned int section_benefits_from_aggresive_q;
- unsigned int section_is_fast_motion;
unsigned int section_intra_rating;
double section_max_qfactor;