| Index: source/libvpx/vp9/common/vp9_alloccommon.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_alloccommon.h (revision 284462)
|
| +++ source/libvpx/vp9/common/vp9_alloccommon.h (working copy)
|
| @@ -20,18 +20,17 @@
|
|
|
| void vp9_remove_common(struct VP9Common *cm);
|
|
|
| -int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height);
|
| -
|
| -int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
|
| -int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
|
| int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
|
| -
|
| -void vp9_free_frame_buffers(struct VP9Common *cm);
|
| -void vp9_free_state_buffers(struct VP9Common *cm);
|
| +void vp9_init_context_buffers(struct VP9Common *cm);
|
| void vp9_free_context_buffers(struct VP9Common *cm);
|
|
|
| -void vp9_update_frame_size(struct VP9Common *cm);
|
| +int vp9_alloc_ref_frame_buffers(struct VP9Common *cm, int width, int height);
|
| +void vp9_free_ref_frame_buffers(struct VP9Common *cm);
|
|
|
| +int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
|
| +void vp9_free_state_buffers(struct VP9Common *cm);
|
| +
|
| +void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
|
| void vp9_swap_mi_and_prev_mi(struct VP9Common *cm);
|
|
|
| #ifdef __cplusplus
|
|
|