From 52d350febfc19ec5a1783789c183af2397bf5b20 Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 3 Dec 2012 12:26:51 -0800 Subject: 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 --- vp9/decoder/vp9_onyxd_if.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vp9/decoder') 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); -- cgit v1.2.3