summaryrefslogtreecommitdiff
path: root/vp9/decoder
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2012-12-03 12:26:51 -0800
committerJohn Koleszar <jkoleszar@google.com>2012-12-05 08:59:40 -0800
commit52d350febfc19ec5a1783789c183af2397bf5b20 (patch)
tree848acb68dea8305b82cdbebf349eaaee1d7bb17e /vp9/decoder
parenta905672906716b2be9e741d81213177ebb4720d2 (diff)
downloadlibvpx-52d350febfc19ec5a1783789c183af2397bf5b20.tar
libvpx-52d350febfc19ec5a1783789c183af2397bf5b20.tar.gz
libvpx-52d350febfc19ec5a1783789c183af2397bf5b20.tar.bz2
libvpx-52d350febfc19ec5a1783789c183af2397bf5b20.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/decoder')
-rw-r--r--vp9/decoder/vp9_onyxd_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/decoder/vp9_onyxd_if.c b/vp9/decoder/vp9_onyxd_if.c
index e01910d53..bad43cabd 100644
--- a/vp9/decoder/vp9_onyxd_if.c
+++ b/vp9/decoder/vp9_onyxd_if.c
@@ -28,6 +28,7 @@
#include "vpx_ports/vpx_timer.h"
#include "vp9/decoder/vp9_decodframe.h"
#include "vp9/decoder/vp9_detokenize.h"
+#include "./vpx_scale_rtcd.h"
static int get_free_fb(VP9_COMMON *cm);
static void ref_cnt_fb(int *buf, int *idx, int new_idx);