Initial WebM release
[libvpx.git] / vp8 / common / segmentation_common.h
blobbb93533a333695208ad52a39a3d71dc62a232f14
1 /*
2 * Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license and patent
5 * grant that can be found in the LICENSE file in the root of the source
6 * tree. All contributing project authors may be found in the AUTHORS
7 * file in the root of the source tree.
8 */
11 #include "string.h"
12 #include "blockd.h"
13 #include "onyxc_int.h"
15 extern void vp8_update_gf_useage_maps(VP8_COMMON *cm, MACROBLOCKD *xd);