summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2012-12-03 12:26:51 -0800
committerJohann <johannkoenig@google.com>2012-12-03 12:51:56 -0800
commitc6bd29e2f55b14a0b0dacb5af407f485ee7ffb3f (patch)
tree99fc43c98ac95dbf274eaf0213a97a5c76fbef64 /vp9/encoder/vp9_onyx_if.c
parent34591b54dda4a25f42aa5add71b625b2600f6d6a (diff)
downloadlibvpx-c6bd29e2f55b14a0b0dacb5af407f485ee7ffb3f.tar
libvpx-c6bd29e2f55b14a0b0dacb5af407f485ee7ffb3f.tar.gz
libvpx-c6bd29e2f55b14a0b0dacb5af407f485ee7ffb3f.tar.bz2
libvpx-c6bd29e2f55b14a0b0dacb5af407f485ee7ffb3f.zip
Begin to refactor vpx_scale usage in VP9
Only declare the functions in vpx_scale RTCD and include the relevant header. Remove unused files and functions in vpx_scale to avoid wasting time renaming. vpx_scale/win32/scaleopt.c contains functions which have not been called in a long time but are potentially optimized. The 'vp8' functions have not been renamed yet. That is for after the cleanup. Change-Id: I2c325a101d60fa9d27e7dfcd5b52a864b4a1e09c
Diffstat (limited to 'vp9/encoder/vp9_onyx_if.c')
-rw-r--r--vp9/encoder/vp9_onyx_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c
index 4270a1d35..8cabed9c9 100644
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -24,6 +24,7 @@
#include "vp9/common/vp9_quant_common.h"
#include "vp9/encoder/vp9_segmentation.h"
#include "./vp9_rtcd.h"
+#include "./vpx_scale_rtcd.h"
#if CONFIG_POSTPROC
#include "vp9/common/vp9_postproc.h"
#endif