summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-12-24 00:05:10 -0500
committerJohn Koleszar <jkoleszar@google.com>2010-12-24 00:05:10 -0500
commit93536be4b99e25d4bab68ba0c815771707cc8b82 (patch)
treec7c5ca08585f8de5f34c67d41331c676f591b668 /vp8/encoder/onyx_int.h
parent891df506f21dd118f4e7e5cf09b02819bcb1e48e (diff)
parent74e8446e586380597441094bb9b4d82933fb305d (diff)
downloadlibvpx-93536be4b99e25d4bab68ba0c815771707cc8b82.tar
libvpx-93536be4b99e25d4bab68ba0c815771707cc8b82.tar.gz
libvpx-93536be4b99e25d4bab68ba0c815771707cc8b82.tar.bz2
libvpx-93536be4b99e25d4bab68ba0c815771707cc8b82.zip
Merge remote branch 'internal/upstream' into HEAD
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index 33de6e2d7..598f07e2e 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -27,6 +27,7 @@
#include "vpx_ports/mem.h"
#include "vpx/internal/vpx_codec_internal.h"
#include "mcomp.h"
+#include "temporal_filter.h"
//#define SPEEDSTATS 1
#define MIN_GF_INTERVAL 4
@@ -232,6 +233,7 @@ typedef struct VP8_ENCODER_RTCD
vp8_encodemb_rtcd_vtable_t encodemb;
vp8_quantize_rtcd_vtable_t quantize;
vp8_search_rtcd_vtable_t search;
+ vp8_temporal_rtcd_vtable_t temporal;
} VP8_ENCODER_RTCD;
enum