summaryrefslogtreecommitdiff
path: root/vp10/common/postproc.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-08-13 14:55:28 -0700
committerYaowu Xu <yaowu@google.com>2015-08-13 15:00:19 -0700
commitafb6b4b8520d3a34294acb3c569fa8fc6ef472e5 (patch)
tree0028155f4979f57af8c8de56d351b3fcb3719581 /vp10/common/postproc.h
parentcf9366e5041fcdcd4f7166fb1a49e58af501ac02 (diff)
downloadlibvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar.gz
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar.bz2
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.zip
VP9Common -> VP10Common
Change-Id: Ifddc68a8ab020f35a266ffc74429363301fe7d9e
Diffstat (limited to 'vp10/common/postproc.h')
-rw-r--r--vp10/common/postproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp10/common/postproc.h b/vp10/common/postproc.h
index ddf29fa6c..e2ce0dcc8 100644
--- a/vp10/common/postproc.h
+++ b/vp10/common/postproc.h
@@ -35,11 +35,11 @@ struct postproc_state {
DECLARE_ALIGNED(16, char, bothclamp[16]);
};
-struct VP9Common;
+struct VP10Common;
#define MFQE_PRECISION 4
-int vp10_post_proc_frame(struct VP9Common *cm,
+int vp10_post_proc_frame(struct VP10Common *cm,
YV12_BUFFER_CONFIG *dest, vp10_ppflags_t *flags);
void vp10_denoise(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q);