From afb6b4b8520d3a34294acb3c569fa8fc6ef472e5 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Thu, 13 Aug 2015 14:55:28 -0700 Subject: VP9Common -> VP10Common Change-Id: Ifddc68a8ab020f35a266ffc74429363301fe7d9e --- vp10/common/alloccommon.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'vp10/common/alloccommon.h') 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" -- cgit v1.2.3