summaryrefslogtreecommitdiff
path: root/vp10/encoder/speed_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/encoder/speed_features.h')
-rw-r--r--vp10/encoder/speed_features.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vp10/encoder/speed_features.h b/vp10/encoder/speed_features.h
index 731a8f5e4..cad073612 100644
--- a/vp10/encoder/speed_features.h
+++ b/vp10/encoder/speed_features.h
@@ -223,11 +223,6 @@ typedef struct SPEED_FEATURES {
// mode to be evaluated. A high value means we will be faster.
int adaptive_rd_thresh;
- // Enables skipping the reconstruction step (idct, recon) in the
- // intermediate steps assuming the last frame didn't have too many intra
- // blocks and the q is less than a threshold.
- int skip_encode_sb;
- int skip_encode_frame;
// Speed feature to allow or disallow skipping of recode at block
// level within a frame.
int allow_skip_recode;