summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2014-04-11 12:42:13 -0700
committerAlex Converse <aconverse@google.com>2014-04-16 10:23:37 -0700
commit0d8e4f91a25b3feb12fae22b05c80c62d6927cac (patch)
tree789a5c420f6ffb2d2184ec5d9e4248e2f78a65df /vp9/encoder/vp9_onyx_int.h
parentb59e37e1aa17deef530f18939f79fe4138d20712 (diff)
downloadlibvpx-0d8e4f91a25b3feb12fae22b05c80c62d6927cac.tar
libvpx-0d8e4f91a25b3feb12fae22b05c80c62d6927cac.tar.gz
libvpx-0d8e4f91a25b3feb12fae22b05c80c62d6927cac.tar.bz2
libvpx-0d8e4f91a25b3feb12fae22b05c80c62d6927cac.zip
Unfork rd_thresh sub8x8.
Remove duplicate rd_thresh code introduced when vp9_rd_pick_inter_mode_sub8x8() was forked from vp9_rd_pick_inter_mode_sb(). Change-Id: I3c9b7143d182e1f28b29c16518eaca81dc2ecfed
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index f85516170..08287cb79 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -298,8 +298,6 @@ typedef struct RD_OPT {
int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
int thresh_freq_fact[BLOCK_SIZES][MAX_MODES];
- int thresh_sub8x8[MAX_SEGMENTS][BLOCK_SIZES][MAX_REFS];
- int thresh_freq_sub8x8[BLOCK_SIZES][MAX_REFS];
int64_t comp_pred_diff[REFERENCE_MODES];
int64_t prediction_type_threshes[MAX_REF_FRAMES][REFERENCE_MODES];