summaryrefslogtreecommitdiff
path: root/vp10/common/alloccommon.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/alloccommon.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/alloccommon.h')
-rw-r--r--vp10/common/alloccommon.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/vp10/common/alloccommon.h b/vp10/common/alloccommon.h
index 35a09c177..5cfe6602d 100644
--- a/vp10/common/alloccommon.h
+++ b/vp10/common/alloccommon.h
@@ -18,24 +18,24 @@
extern "C" {
#endif
-struct VP9Common;
+struct VP10Common;
struct BufferPool;
-void vp10_remove_common(struct VP9Common *cm);
+void vp10_remove_common(struct VP10Common *cm);
-int vp10_alloc_context_buffers(struct VP9Common *cm, int width, int height);
-void vp10_init_context_buffers(struct VP9Common *cm);
-void vp10_free_context_buffers(struct VP9Common *cm);
+int vp10_alloc_context_buffers(struct VP10Common *cm, int width, int height);
+void vp10_init_context_buffers(struct VP10Common *cm);
+void vp10_free_context_buffers(struct VP10Common *cm);
void vp10_free_ref_frame_buffers(struct BufferPool *pool);
-void vp10_free_postproc_buffers(struct VP9Common *cm);
+void vp10_free_postproc_buffers(struct VP10Common *cm);
-int vp10_alloc_state_buffers(struct VP9Common *cm, int width, int height);
-void vp10_free_state_buffers(struct VP9Common *cm);
+int vp10_alloc_state_buffers(struct VP10Common *cm, int width, int height);
+void vp10_free_state_buffers(struct VP10Common *cm);
-void vp10_set_mb_mi(struct VP9Common *cm, int width, int height);
+void vp10_set_mb_mi(struct VP10Common *cm, int width, int height);
-void vp10_swap_current_and_last_seg_map(struct VP9Common *cm);
+void vp10_swap_current_and_last_seg_map(struct VP10Common *cm);
#ifdef __cplusplus
} // extern "C"