| * Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
| * Use of this source code is governed by a BSD-style license |
| * that can be found in the LICENSE file in the root of the source |
| * tree. An additional intellectual property rights grant can be found |
| * in the file PATENTS. All contributing project authors may |
| * be found in the AUTHORS file in the root of the source tree. |
| #define VP7BORDERINPIXELS 48 |
| #define VP8BORDERINPIXELS 32 |
| /************************************* |
| ************************************/ |
| REG_YUV = 0, /* Regular yuv */ |
| INT_YUV = 1 /* The type of yuv that can be tranfer to and from RGB through integer transform */ |
| /* int yinternal_width; */ |
| /* int uvinternal_width; */ |
| unsigned char *buffer_alloc; |
| int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border); |
| int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf); |
| int vp8_yv12_black_frame_buffer(YV12_BUFFER_CONFIG *ybf); |