summaryrefslogtreecommitdiff
path: root/vp9/decoder
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-05-11 19:09:22 -0700
committerJohann <johannkoenig@google.com>2015-05-13 11:41:15 -0700
commit1d7ccd5325ec34244074419f6802640c8afafd31 (patch)
tree225192c4725a2596cbf7904d8edf0e420ce8aa25 /vp9/decoder
parent465ce0e42067ad85019fe1f2f98bf5b081c89880 (diff)
downloadlibvpx-1d7ccd5325ec34244074419f6802640c8afafd31.tar
libvpx-1d7ccd5325ec34244074419f6802640c8afafd31.tar.gz
libvpx-1d7ccd5325ec34244074419f6802640c8afafd31.tar.bz2
libvpx-1d7ccd5325ec34244074419f6802640c8afafd31.zip
Relocate memory operations for common code
With the sad functions, and hopefully the variance functions soon, moving to the vpx_dsp location, place the defines used in the reference C code in a common location. Change-Id: I4c8ce7778eb38a0a3ee674d2f1c488eda01cfeca
Diffstat (limited to 'vp9/decoder')
-rw-r--r--vp9/decoder/vp9_decodeframe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/decoder/vp9_decodeframe.c b/vp9/decoder/vp9_decodeframe.c
index feea459a4..7391dc1f8 100644
--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -15,6 +15,7 @@
#include "./vpx_scale_rtcd.h"
#include "vpx_mem/vpx_mem.h"
+#include "vpx_ports/mem.h"
#include "vpx_ports/mem_ops.h"
#include "vpx_scale/vpx_scale.h"