summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-04-16 18:31:42 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-04-16 18:31:42 -0700
commit2c8c1f53703e503f146aee61539b1a42d7913c69 (patch)
tree16836b71c2a25117ac401a3d66a1cd71de93436c /vp9/encoder/vp9_onyx_int.h
parent833ad89f721c0bea15b2114b72cd940a2d4279d4 (diff)
downloadlibvpx-2c8c1f53703e503f146aee61539b1a42d7913c69.tar
libvpx-2c8c1f53703e503f146aee61539b1a42d7913c69.tar.gz
libvpx-2c8c1f53703e503f146aee61539b1a42d7913c69.tar.bz2
libvpx-2c8c1f53703e503f146aee61539b1a42d7913c69.zip
Replacing cpu_used with speed in VP9_CONFIG.
Change-Id: I86b85b5c11388e84a48f8936330c0d920df5d1f0
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 08287cb79..54d76149a 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -196,7 +196,7 @@ typedef struct VP9_CONFIG {
int noise_sensitivity; // pre processing blur: recommendation 0
int sharpness; // sharpening output: recommendation 0:
- int cpu_used;
+ int speed;
unsigned int rc_max_intra_bitrate_pct;
MODE mode;
@@ -402,10 +402,6 @@ typedef struct VP9_COMP {
int mbgraph_n_frames; // number of frames filled in the above
int static_mb_pct; // % forced skip mbs by segmentation
- // for real time encoding
- int speed;
-
- int cpu_used;
int pass;
int ref_frame_flags;