summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rd.h
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2014-11-14 16:33:25 -0800
committerYunqing Wang <yunqingwang@google.com>2014-11-14 16:33:25 -0800
commit87ae6d73d41df2493b2cfff2f70cd354fcbb90b0 (patch)
tree53170017d6381f42011fdd2ee91dcc4a056dd70e /vp9/encoder/vp9_rd.h
parentd0b547c6760270e07571f5a592549fbdabcd08c4 (diff)
downloadlibvpx-87ae6d73d41df2493b2cfff2f70cd354fcbb90b0.tar
libvpx-87ae6d73d41df2493b2cfff2f70cd354fcbb90b0.tar.gz
libvpx-87ae6d73d41df2493b2cfff2f70cd354fcbb90b0.tar.bz2
libvpx-87ae6d73d41df2493b2cfff2f70cd354fcbb90b0.zip
Code cleanup: remove unused members in RD_OPT
These 2 members in RD_OPT were moved to TileDataEnc struct already, and therefore were removed here. Change-Id: I22fee3b67f96e473a58e194a7edc76dbd48bfa04
Diffstat (limited to 'vp9/encoder/vp9_rd.h')
-rw-r--r--vp9/encoder/vp9_rd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_rd.h b/vp9/encoder/vp9_rd.h
index 835882d18..fe000c048 100644
--- a/vp9/encoder/vp9_rd.h
+++ b/vp9/encoder/vp9_rd.h
@@ -101,9 +101,6 @@ typedef struct RD_OPT {
int thresh_mult_sub8x8[MAX_REFS];
int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
- int thresh_freq_fact[BLOCK_SIZES][MAX_MODES];
-
- int mode_map[BLOCK_SIZES][MAX_MODES];
int64_t prediction_type_threshes[MAX_REF_FRAMES][REFERENCE_MODES];
// TODO(agrange): can this overflow?