MINI MINI MANI MO
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>WebM VP8 Codec SDK: vpx/vp8.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">WebM VP8 Codec SDK
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_ce0ab26228883e873492c15423e35021.html">vpx</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">vp8.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="vp8_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Copyright (c) 2010 The WebM project authors. All Rights Reserved.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * Use of this source code is governed by a BSD-style license</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * that can be found in the LICENSE file in the root of the source</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * tree. An additional intellectual property rights grant can be found</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * in the file PATENTS. All contributing project authors may</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * be found in the AUTHORS file in the root of the source tree.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#ifndef VP8_H</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor"></span><span class="preprocessor">#define VP8_H</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "<a class="code" href="vpx__codec_8h.html">./vpx_codec.h</a>"</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "<a class="code" href="vpx__image_8h.html">./vpx_image.h</a>"</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="group__vp8.html#ga8cadbc8e0af3da96ef7a2dbd4ed06599"> 44</a></span> <span class="keyword">enum</span> <a class="code" href="group__vp8.html#ga8cadbc8e0af3da96ef7a2dbd4ed06599">vp8_com_control_id</a> {</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a7abc38d739a5ef49c36d9b2cd88e64a6"> 45</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a7abc38d739a5ef49c36d9b2cd88e64a6">VP8_SET_REFERENCE</a> = 1, </div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a5375b3ea3a4867d50daee6f5971c7470"> 46</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a5375b3ea3a4867d50daee6f5971c7470">VP8_COPY_REFERENCE</a> = 2, </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a43e85c68bc1c1473f4a94b005a59482c"> 47</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a43e85c68bc1c1473f4a94b005a59482c">VP8_SET_POSTPROC</a> = 3, </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ab52ea7a97668b603812dfc205b0fd783"> 48</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ab52ea7a97668b603812dfc205b0fd783">VP8_SET_DBG_COLOR_REF_FRAME</a> = 4, </div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599aa0d5c3eaa7cbecaf64403edc8450b060"> 49</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599aa0d5c3eaa7cbecaf64403edc8450b060">VP8_SET_DBG_COLOR_MB_MODES</a> = 5, </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ae0052b9dd3c64a4bb822abafb4755a87"> 50</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ae0052b9dd3c64a4bb822abafb4755a87">VP8_SET_DBG_COLOR_B_MODES</a> = 6, </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599abc6aef0d7e0486d25348de217ad8441d"> 51</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599abc6aef0d7e0486d25348de217ad8441d">VP8_SET_DBG_DISPLAY_MV</a> = 7, </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="comment">/* TODO(jkoleszar): The encoder incorrectly reuses some of these values (5+)</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment"> * for its control ids. These should be migrated to something like the</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment"> * VP8_DECODER_CTRL_ID_START range next time we're ready to break the ABI.</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a91e44472b21c720a9a7d087c7226d083"> 57</a></span>  <a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a91e44472b21c720a9a7d087c7226d083">VP9_GET_REFERENCE</a> = 128, </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  VP8_COMMON_CTRL_ID_MAX,</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  VP8_DECODER_CTRL_ID_START = 256</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> };</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="group__vp8.html#ga99557e20eb37826e6792cd8819121770"> 66</a></span> <span class="keyword">enum</span> <a class="code" href="group__vp8.html#ga99557e20eb37826e6792cd8819121770">vp8_postproc_level</a> {</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  VP8_NOFILTERING = 0,</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  VP8_DEBLOCK = 1 << 0,</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  VP8_DEMACROBLOCK = 1 << 1,</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  VP8_ADDNOISE = 1 << 2,</div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770ab52568f51e409f219744e06b446102bb"> 71</a></span>  <a class="code" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770ab52568f51e409f219744e06b446102bb">VP8_DEBUG_TXT_FRAME_INFO</a> = 1 << 3, </div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770a9e3fd9032d2556918d0f6d0d1ef46d14"> 72</a></span>  <a class="code" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770a9e3fd9032d2556918d0f6d0d1ef46d14">VP8_DEBUG_TXT_MBLK_MODES</a> = 1 << 4, </div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770acc0405eaa19b1ed01fb40945cfce4d12"> 73</a></span>  <a class="code" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770acc0405eaa19b1ed01fb40945cfce4d12">VP8_DEBUG_TXT_DC_DIFF</a> = 1 << 5, </div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770aff0413e7978a7cf8915b8341373751b5"> 74</a></span>  <a class="code" href="group__vp8.html#gga99557e20eb37826e6792cd8819121770aff0413e7978a7cf8915b8341373751b5">VP8_DEBUG_TXT_RATE_INFO</a> = 1 << 6, </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  VP8_MFQE = 1 << 10</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> };</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> </div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="structvp8__postproc__cfg.html"> 85</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structvp8__postproc__cfg.html">vp8_postproc_cfg</a> {</div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="structvp8__postproc__cfg.html#ae9adc230642ac230f39eb4c531cf85e5"> 86</a></span>  <span class="keywordtype">int</span> <a class="code" href="structvp8__postproc__cfg.html#ae9adc230642ac230f39eb4c531cf85e5">post_proc_flag</a>; </div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structvp8__postproc__cfg.html#afe919a9546e79798d840b1492f7e0249"> 87</a></span>  <span class="keywordtype">int</span> <a class="code" href="structvp8__postproc__cfg.html#afe919a9546e79798d840b1492f7e0249">deblocking_level</a>; </div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="structvp8__postproc__cfg.html#a32f28e4003e5d9bf55d188247f3f156c"> 88</a></span>  <span class="keywordtype">int</span> <a class="code" href="structvp8__postproc__cfg.html#a32f28e4003e5d9bf55d188247f3f156c">noise_level</a>; </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> } <a class="code" href="group__vp8.html#ga7e9e955211711b2f915bc59640cc0ef0">vp8_postproc_cfg_t</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="group__vp8.html#gad8ab72d8a178a68339dad2987358c331"> 95</a></span> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="group__vp8.html#gad8ab72d8a178a68339dad2987358c331">vpx_ref_frame_type</a> {</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  VP8_LAST_FRAME = 1,</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  VP8_GOLD_FRAME = 2,</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  VP8_ALTR_FRAME = 4</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> } <a class="code" href="group__vp8.html#ga75ac0689a81bf7202382a225c5b451b4">vpx_ref_frame_type_t</a>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> </div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="structvpx__ref__frame.html"> 105</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structvpx__ref__frame.html">vpx_ref_frame</a> {</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="structvpx__ref__frame.html#a7fbe51de592d0ff16d9fbd4d2b367c9b"> 106</a></span>  <a class="code" href="group__vp8.html#ga75ac0689a81bf7202382a225c5b451b4">vpx_ref_frame_type_t</a> <a class="code" href="structvpx__ref__frame.html#a7fbe51de592d0ff16d9fbd4d2b367c9b">frame_type</a>; </div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="structvpx__ref__frame.html#a972d24d0243f51f84eef7e1b79c6c414"> 107</a></span>  <a class="code" href="structvpx__image.html">vpx_image_t</a> <a class="code" href="structvpx__ref__frame.html#a972d24d0243f51f84eef7e1b79c6c414">img</a>; </div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> } <a class="code" href="group__vp8.html#ga9157c53799cdafd12ebee65d04e16825">vpx_ref_frame_t</a>;</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="structvp9__ref__frame.html"> 114</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structvp9__ref__frame.html">vp9_ref_frame</a> {</div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="structvp9__ref__frame.html#a26e0d119a61c29b72c6ccb91748b6b82"> 115</a></span>  <span class="keywordtype">int</span> <a class="code" href="structvp9__ref__frame.html#a26e0d119a61c29b72c6ccb91748b6b82">idx</a>; </div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="structvp9__ref__frame.html#ab8d92d960007586ea7c8cd9306e98db2"> 116</a></span>  <a class="code" href="structvpx__image.html">vpx_image_t</a> <a class="code" href="structvp9__ref__frame.html#ab8d92d960007586ea7c8cd9306e98db2">img</a>; </div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> } <a class="code" href="group__vp8.html#gab0371044ac07cca814583624b6776005">vp9_ref_frame_t</a>;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a7abc38d739a5ef49c36d9b2cd88e64a6">VP8_SET_REFERENCE</a>, <a class="code" href="structvpx__ref__frame.html">vpx_ref_frame_t</a> *)</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a5375b3ea3a4867d50daee6f5971c7470">VP8_COPY_REFERENCE</a>, <a class="code" href="structvpx__ref__frame.html">vpx_ref_frame_t</a> *)</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a43e85c68bc1c1473f4a94b005a59482c">VP8_SET_POSTPROC</a>, <a class="code" href="structvp8__postproc__cfg.html">vp8_postproc_cfg_t</a> *)</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ab52ea7a97668b603812dfc205b0fd783">VP8_SET_DBG_COLOR_REF_FRAME</a>, <span class="keywordtype">int</span>)</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599aa0d5c3eaa7cbecaf64403edc8450b060">VP8_SET_DBG_COLOR_MB_MODES</a>, <span class="keywordtype">int</span>)</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ae0052b9dd3c64a4bb822abafb4755a87">VP8_SET_DBG_COLOR_B_MODES</a>, <span class="keywordtype">int</span>)</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599abc6aef0d7e0486d25348de217ad8441d">VP8_SET_DBG_DISPLAY_MV</a>, <span class="keywordtype">int</span>)</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <a class="code" href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a>(<a class="code" href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a91e44472b21c720a9a7d087c7226d083">VP9_GET_REFERENCE</a>, <a class="code" href="structvp9__ref__frame.html">vp9_ref_frame_t</a> *)</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="preprocessor"></span>} <span class="comment">// extern "C"</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="preprocessor">#endif</span></div>
<div class="ttc" id="structvpx__image_html"><div class="ttname"><a href="structvpx__image.html">vpx_image</a></div><div class="ttdoc">Image Descriptor. </div><div class="ttdef"><b>Definition:</b> vpx_image.h:99</div></div>
<div class="ttc" id="group__vp8_html_ga7e9e955211711b2f915bc59640cc0ef0"><div class="ttname"><a href="group__vp8.html#ga7e9e955211711b2f915bc59640cc0ef0">vp8_postproc_cfg_t</a></div><div class="ttdeci">struct vp8_postproc_cfg vp8_postproc_cfg_t</div><div class="ttdoc">post process flags </div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599ab52ea7a97668b603812dfc205b0fd783"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ab52ea7a97668b603812dfc205b0fd783">VP8_SET_DBG_COLOR_REF_FRAME</a></div><div class="ttdef"><b>Definition:</b> vp8.h:48</div></div>
<div class="ttc" id="structvp8__postproc__cfg_html_a32f28e4003e5d9bf55d188247f3f156c"><div class="ttname"><a href="structvp8__postproc__cfg.html#a32f28e4003e5d9bf55d188247f3f156c">vp8_postproc_cfg::noise_level</a></div><div class="ttdeci">int noise_level</div><div class="ttdef"><b>Definition:</b> vp8.h:88</div></div>
<div class="ttc" id="group__vp8_html_ga9157c53799cdafd12ebee65d04e16825"><div class="ttname"><a href="group__vp8.html#ga9157c53799cdafd12ebee65d04e16825">vpx_ref_frame_t</a></div><div class="ttdeci">struct vpx_ref_frame vpx_ref_frame_t</div><div class="ttdoc">reference frame data struct </div></div>
<div class="ttc" id="group__vp8_html_gab0371044ac07cca814583624b6776005"><div class="ttname"><a href="group__vp8.html#gab0371044ac07cca814583624b6776005">vp9_ref_frame_t</a></div><div class="ttdeci">struct vp9_ref_frame vp9_ref_frame_t</div><div class="ttdoc">VP9 specific reference frame data struct. </div></div>
<div class="ttc" id="group__vp8_html_ga75ac0689a81bf7202382a225c5b451b4"><div class="ttname"><a href="group__vp8.html#ga75ac0689a81bf7202382a225c5b451b4">vpx_ref_frame_type_t</a></div><div class="ttdeci">enum vpx_ref_frame_type vpx_ref_frame_type_t</div><div class="ttdoc">reference frame type </div></div>
<div class="ttc" id="group__vp8_html_gga99557e20eb37826e6792cd8819121770a9e3fd9032d2556918d0f6d0d1ef46d14"><div class="ttname"><a href="group__vp8.html#gga99557e20eb37826e6792cd8819121770a9e3fd9032d2556918d0f6d0d1ef46d14">VP8_DEBUG_TXT_MBLK_MODES</a></div><div class="ttdef"><b>Definition:</b> vp8.h:72</div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599a5375b3ea3a4867d50daee6f5971c7470"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a5375b3ea3a4867d50daee6f5971c7470">VP8_COPY_REFERENCE</a></div><div class="ttdef"><b>Definition:</b> vp8.h:46</div></div>
<div class="ttc" id="group__codec_html_gaa7409a4cb58b155912f41a4d39d81a8a"><div class="ttname"><a href="group__codec.html#gaa7409a4cb58b155912f41a4d39d81a8a">VPX_CTRL_USE_TYPE</a></div><div class="ttdeci">#define VPX_CTRL_USE_TYPE(id, typ)</div><div class="ttdoc">vpx_codec_control type definition macro </div><div class="ttdef"><b>Definition:</b> vpx_codec.h:414</div></div>
<div class="ttc" id="structvp9__ref__frame_html_ab8d92d960007586ea7c8cd9306e98db2"><div class="ttname"><a href="structvp9__ref__frame.html#ab8d92d960007586ea7c8cd9306e98db2">vp9_ref_frame::img</a></div><div class="ttdeci">vpx_image_t img</div><div class="ttdef"><b>Definition:</b> vp8.h:116</div></div>
<div class="ttc" id="group__vp8_html_ga99557e20eb37826e6792cd8819121770"><div class="ttname"><a href="group__vp8.html#ga99557e20eb37826e6792cd8819121770">vp8_postproc_level</a></div><div class="ttdeci">vp8_postproc_level</div><div class="ttdoc">post process flags </div><div class="ttdef"><b>Definition:</b> vp8.h:66</div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599a43e85c68bc1c1473f4a94b005a59482c"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a43e85c68bc1c1473f4a94b005a59482c">VP8_SET_POSTPROC</a></div><div class="ttdef"><b>Definition:</b> vp8.h:47</div></div>
<div class="ttc" id="vpx__image_8h_html"><div class="ttname"><a href="vpx__image_8h.html">vpx_image.h</a></div><div class="ttdoc">Describes the vpx image descriptor and associated operations. </div></div>
<div class="ttc" id="group__vp8_html_gga99557e20eb37826e6792cd8819121770aff0413e7978a7cf8915b8341373751b5"><div class="ttname"><a href="group__vp8.html#gga99557e20eb37826e6792cd8819121770aff0413e7978a7cf8915b8341373751b5">VP8_DEBUG_TXT_RATE_INFO</a></div><div class="ttdef"><b>Definition:</b> vp8.h:74</div></div>
<div class="ttc" id="structvpx__ref__frame_html_a972d24d0243f51f84eef7e1b79c6c414"><div class="ttname"><a href="structvpx__ref__frame.html#a972d24d0243f51f84eef7e1b79c6c414">vpx_ref_frame::img</a></div><div class="ttdeci">vpx_image_t img</div><div class="ttdef"><b>Definition:</b> vp8.h:107</div></div>
<div class="ttc" id="structvp8__postproc__cfg_html_afe919a9546e79798d840b1492f7e0249"><div class="ttname"><a href="structvp8__postproc__cfg.html#afe919a9546e79798d840b1492f7e0249">vp8_postproc_cfg::deblocking_level</a></div><div class="ttdeci">int deblocking_level</div><div class="ttdef"><b>Definition:</b> vp8.h:87</div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599abc6aef0d7e0486d25348de217ad8441d"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599abc6aef0d7e0486d25348de217ad8441d">VP8_SET_DBG_DISPLAY_MV</a></div><div class="ttdef"><b>Definition:</b> vp8.h:51</div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599aa0d5c3eaa7cbecaf64403edc8450b060"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599aa0d5c3eaa7cbecaf64403edc8450b060">VP8_SET_DBG_COLOR_MB_MODES</a></div><div class="ttdef"><b>Definition:</b> vp8.h:49</div></div>
<div class="ttc" id="structvp9__ref__frame_html"><div class="ttname"><a href="structvp9__ref__frame.html">vp9_ref_frame</a></div><div class="ttdoc">VP9 specific reference frame data struct. </div><div class="ttdef"><b>Definition:</b> vp8.h:114</div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599ae0052b9dd3c64a4bb822abafb4755a87"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599ae0052b9dd3c64a4bb822abafb4755a87">VP8_SET_DBG_COLOR_B_MODES</a></div><div class="ttdef"><b>Definition:</b> vp8.h:50</div></div>
<div class="ttc" id="structvpx__ref__frame_html"><div class="ttname"><a href="structvpx__ref__frame.html">vpx_ref_frame</a></div><div class="ttdoc">reference frame data struct </div><div class="ttdef"><b>Definition:</b> vp8.h:105</div></div>
<div class="ttc" id="group__vp8_html_gad8ab72d8a178a68339dad2987358c331"><div class="ttname"><a href="group__vp8.html#gad8ab72d8a178a68339dad2987358c331">vpx_ref_frame_type</a></div><div class="ttdeci">vpx_ref_frame_type</div><div class="ttdoc">reference frame type </div><div class="ttdef"><b>Definition:</b> vp8.h:95</div></div>
<div class="ttc" id="structvpx__ref__frame_html_a7fbe51de592d0ff16d9fbd4d2b367c9b"><div class="ttname"><a href="structvpx__ref__frame.html#a7fbe51de592d0ff16d9fbd4d2b367c9b">vpx_ref_frame::frame_type</a></div><div class="ttdeci">vpx_ref_frame_type_t frame_type</div><div class="ttdef"><b>Definition:</b> vp8.h:106</div></div>
<div class="ttc" id="structvp9__ref__frame_html_a26e0d119a61c29b72c6ccb91748b6b82"><div class="ttname"><a href="structvp9__ref__frame.html#a26e0d119a61c29b72c6ccb91748b6b82">vp9_ref_frame::idx</a></div><div class="ttdeci">int idx</div><div class="ttdef"><b>Definition:</b> vp8.h:115</div></div>
<div class="ttc" id="vpx__codec_8h_html"><div class="ttname"><a href="vpx__codec_8h.html">vpx_codec.h</a></div><div class="ttdoc">Describes the codec algorithm interface to applications. </div></div>
<div class="ttc" id="structvp8__postproc__cfg_html"><div class="ttname"><a href="structvp8__postproc__cfg.html">vp8_postproc_cfg</a></div><div class="ttdoc">post process flags </div><div class="ttdef"><b>Definition:</b> vp8.h:85</div></div>
<div class="ttc" id="group__vp8_html_gga99557e20eb37826e6792cd8819121770acc0405eaa19b1ed01fb40945cfce4d12"><div class="ttname"><a href="group__vp8.html#gga99557e20eb37826e6792cd8819121770acc0405eaa19b1ed01fb40945cfce4d12">VP8_DEBUG_TXT_DC_DIFF</a></div><div class="ttdef"><b>Definition:</b> vp8.h:73</div></div>
<div class="ttc" id="group__vp8_html_ga8cadbc8e0af3da96ef7a2dbd4ed06599"><div class="ttname"><a href="group__vp8.html#ga8cadbc8e0af3da96ef7a2dbd4ed06599">vp8_com_control_id</a></div><div class="ttdeci">vp8_com_control_id</div><div class="ttdoc">Control functions. </div><div class="ttdef"><b>Definition:</b> vp8.h:44</div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599a91e44472b21c720a9a7d087c7226d083"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a91e44472b21c720a9a7d087c7226d083">VP9_GET_REFERENCE</a></div><div class="ttdef"><b>Definition:</b> vp8.h:57</div></div>
<div class="ttc" id="group__vp8_html_gga99557e20eb37826e6792cd8819121770ab52568f51e409f219744e06b446102bb"><div class="ttname"><a href="group__vp8.html#gga99557e20eb37826e6792cd8819121770ab52568f51e409f219744e06b446102bb">VP8_DEBUG_TXT_FRAME_INFO</a></div><div class="ttdef"><b>Definition:</b> vp8.h:71</div></div>
<div class="ttc" id="structvp8__postproc__cfg_html_ae9adc230642ac230f39eb4c531cf85e5"><div class="ttname"><a href="structvp8__postproc__cfg.html#ae9adc230642ac230f39eb4c531cf85e5">vp8_postproc_cfg::post_proc_flag</a></div><div class="ttdeci">int post_proc_flag</div><div class="ttdef"><b>Definition:</b> vp8.h:86</div></div>
<div class="ttc" id="group__vp8_html_gga8cadbc8e0af3da96ef7a2dbd4ed06599a7abc38d739a5ef49c36d9b2cd88e64a6"><div class="ttname"><a href="group__vp8.html#gga8cadbc8e0af3da96ef7a2dbd4ed06599a7abc38d739a5ef49c36d9b2cd88e64a6">VP8_SET_REFERENCE</a></div><div class="ttdef"><b>Definition:</b> vp8.h:45</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>
OHA YOOOO