summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-04-21 16:54:14 -0700
committerCode Review <code-review@webmproject.org>2011-04-21 16:54:14 -0700
commit73c3d327058b1850da4fbfc9819d1265be70965a (patch)
tree8dcb9a623ad2891657ec3536fb000a2cf4cb1bc7 /vp8/encoder/onyx_int.h
parentd2a6eb4b1e10bee0ed971d77a6847d33992f4bba (diff)
parentad6a8ca58bcdc8ef2e3018598d2890bd7fbe0926 (diff)
downloadlibvpx-73c3d327058b1850da4fbfc9819d1265be70965a.tar
libvpx-73c3d327058b1850da4fbfc9819d1265be70965a.tar.gz
libvpx-73c3d327058b1850da4fbfc9819d1265be70965a.tar.bz2
libvpx-73c3d327058b1850da4fbfc9819d1265be70965a.zip
Merge "Remove unused kf rate variables"
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 4c1854244..fdd3b99bb 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -385,14 +385,11 @@ typedef struct
int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames
INT64 key_frame_count;
- INT64 tot_key_frame_bits;
- int prior_key_frame_size[KEY_FRAME_CONTEXT];
int prior_key_frame_distance[KEY_FRAME_CONTEXT];
int per_frame_bandwidth; // Current section per frame bandwidth target
int av_per_frame_bandwidth; // Average frame size target for clip
int min_frame_bandwidth; // Minimum allocation that should be used for any frame
int last_key_frame_size;
- int intra_frame_target;
int inter_frame_target;
double output_frame_rate;
long long last_time_stamp_seen;