00001 /* 00002 * Copyright (c) 2010 The VP8 project authors. All Rights Reserved. 00003 * 00004 * Use of this source code is governed by a BSD-style license and patent 00005 * grant that can be found in the LICENSE file in the root of the source 00006 * tree. All contributing project authors may be found in the AUTHORS 00007 * file in the root of the source tree. 00008 */ 00009 00010 00011 #include "vp8.h" 00012 00022 #ifndef VP8DX_H 00023 #define VP8DX_H 00024 #include "vpx_codec_impl_top.h" 00025 00031 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo; 00032 00033 /* Include controls common to both the encoder and decoder */ 00034 #include "vp8.h" 00035 00036 00040 #include "vpx_codec_impl_bottom.h" 00041 #endif