summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-12-13 16:47:34 -0500
committerJohn Koleszar <jkoleszar@google.com>2010-12-13 16:47:59 -0500
commitb1aa54ab26656cee4aaebb550cb806580e98ab53 (patch)
treeb96c8ccde69925699b732188bf56f3b4456a711f /vp8/encoder/onyx_int.h
parentb7b1e6fb55c6b12ccd078a20cb9855f6734931b5 (diff)
downloadlibvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.tar
libvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.tar.gz
libvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.tar.bz2
libvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.zip
remove unused temporal preproc code
This code is unused, as the current preproc implementation uses the same spatial filter that postproc uses. Change-Id: Ia06d5664917d67283f279e2480016bebed602ea7
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index 63f17aa8c..56938bec4 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -18,7 +18,6 @@
#include "treewriter.h"
#include "tokenize.h"
#include "onyxc_int.h"
-#include "preproc.h"
#include "variance.h"
#include "dct.h"
#include "encodemb.h"
@@ -464,8 +463,6 @@ typedef struct
unsigned char *output_partition2;
size_t output_partition2size;
- pre_proc_instance ppi;
-
int frames_to_key;
int gfu_boost;
int kf_boost;