2010-06-08 23:31:28 +00:00
|
|
|
/*
|
2010-11-08 07:47:17 +00:00
|
|
|
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
2010-06-08 23:31:28 +00:00
|
|
|
*
|
2010-09-09 12:06:21 +00:00
|
|
|
* Use of this source code is governed by a BSD-style license
|
2010-06-08 23:31:28 +00:00
|
|
|
* that can be found in the LICENSE file in the root of the source
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
2010-09-09 12:06:21 +00:00
|
|
|
* in the file PATENTS. All contributing project authors may
|
2010-06-08 23:31:28 +00:00
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#include "onyxd_int.h"
|
|
|
|
|
|
|
|
void vp8_decode_mode_mvs(VP8D_COMP *);
|