summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-02-17 16:29:03 +0000
committerPaul Wilkins <paulwilkins@google.com>2012-02-17 16:29:03 +0000
commit4cfb8ed4c93a7ddcd3b93b8d588251f05e608245 (patch)
tree211bb8c8b59f0cc3af7ebf47b8ee5f59b2d6deef /vp8/encoder/onyx_int.h
parent5e1b5bff7ddaa852443cf62224cdfe554e480c9b (diff)
downloadlibvpx-4cfb8ed4c93a7ddcd3b93b8d588251f05e608245.tar
libvpx-4cfb8ed4c93a7ddcd3b93b8d588251f05e608245.tar.gz
libvpx-4cfb8ed4c93a7ddcd3b93b8d588251f05e608245.tar.bz2
libvpx-4cfb8ed4c93a7ddcd3b93b8d588251f05e608245.zip
Code base simplification.
Removal of most code to do with 1 pass. Removal of cyclic refresh code. Change-Id: I74971082bc19dd76e795d4d2e781a0424cec5c8c
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index b107ca716..5e507ac42 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -532,13 +532,6 @@ typedef struct VP8_COMP
unsigned char *active_map;
unsigned int active_map_enabled;
- // Video conferencing cyclic refresh mode flags etc
- // This is a mode designed to clean up the background over time in live encoding scenarious. It uses segmentation
- int cyclic_refresh_mode_enabled;
- int cyclic_refresh_mode_max_mbs_perframe;
- int cyclic_refresh_mode_index;
- int cyclic_refresh_q;
- signed char *cyclic_refresh_map;
TOKENLIST *tplist;
unsigned int partition_sz[MAX_PARTITIONS];