aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp9/common/vp9_postproc.h
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2013-09-16 15:09:58 -0700
committerhkuang <hkuang@google.com>2013-09-16 15:09:58 -0700
commit3df0563f1b24dac6c0bd122fc922a48211269061 (patch)
treeb1ce6b3d29c43ffd22eb18999c5c3bad26513a48 /libvpx/vp9/common/vp9_postproc.h
parentf3bed9137f66ef693bd406e43b17e9a1114f1e14 (diff)
downloadlibvpx-3df0563f1b24dac6c0bd122fc922a48211269061.tar.gz
Roll latest libvpx into Android.
The latest libvpx has more neon optimizations and a lot of algorithm optimizations which make the vp9 decode much more faster. Change-Id: I75eaacea57ecc7542a780be778f0e9e157978524
Diffstat (limited to 'libvpx/vp9/common/vp9_postproc.h')
-rw-r--r--libvpx/vp9/common/vp9_postproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvpx/vp9/common/vp9_postproc.h b/libvpx/vp9/common/vp9_postproc.h
index a814e39cc..c63beae9d 100644
--- a/libvpx/vp9/common/vp9_postproc.h
+++ b/libvpx/vp9/common/vp9_postproc.h
@@ -26,7 +26,7 @@ struct postproc_state {
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_ppflags.h"
-int vp9_post_proc_frame(struct VP9Common *oci, struct loopfilter *lf,
+int vp9_post_proc_frame(struct VP9Common *cm,
YV12_BUFFER_CONFIG *dest, vp9_ppflags_t *flags);
void vp9_denoise(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q);