WebM VP8 Codec SDK
vp8dx.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3  *
4  * Use of this source code is governed by a BSD-style license
5  * that can be found in the LICENSE file in the root of the source
6  * tree. An additional intellectual property rights grant can be found
7  * in the file PATENTS. All contributing project authors may
8  * be found in the AUTHORS file in the root of the source tree.
9  */
10 
11 
12 #include "vp8.h"
13 
23 #ifndef VP8DX_H
24 #define VP8DX_H
25 #include "vpx_codec_impl_top.h"
26 
33 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo;
34 extern vpx_codec_iface_t* vpx_codec_vp8_dx(void);
37 /* Include controls common to both the encoder and decoder */
38 #include "vp8.h"
39 
40 
49 {
53  VP8D_GET_LAST_REF_UPDATES = VP8_DECODER_CTRL_ID_START,
54 
57 
62 
63  VP8_DECODER_CTRL_ID_MAX
64 } ;
65 
66 
78 
82 #include "vpx_codec_impl_bottom.h"
83 #endif