openjpeg/doxygen/structopj__decoding__param....

109 lines
6.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OpenJPEG: opj_decoding_param Struct Reference</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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OpenJPEG
&#160;<span id="projectnumber">2.5.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">opj_decoding_param Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include &lt;<a class="el" href="j2k_8h_source.html">j2k.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:ac39589eec454fb99b40d8bc5a4c4f477"><td class="memItemLeft" align="right" valign="top"><a class="el" href="openjpeg_8h.html#a4cb1e6e6b6ef2df499d5c02f7df54cbb">OPJ_UINT32</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structopj__decoding__param.html#ac39589eec454fb99b40d8bc5a4c4f477">m_reduce</a></td></tr>
<tr class="memdesc:ac39589eec454fb99b40d8bc5a4c4f477"><td class="mdescLeft">&#160;</td><td class="mdescRight">if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution <a href="structopj__decoding__param.html#ac39589eec454fb99b40d8bc5a4c4f477">More...</a><br /></td></tr>
<tr class="separator:ac39589eec454fb99b40d8bc5a4c4f477"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a022188600998169e6ba1a8c998cb227d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="openjpeg_8h.html#a4cb1e6e6b6ef2df499d5c02f7df54cbb">OPJ_UINT32</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structopj__decoding__param.html#a022188600998169e6ba1a8c998cb227d">m_layer</a></td></tr>
<tr class="memdesc:a022188600998169e6ba1a8c998cb227d"><td class="mdescLeft">&#160;</td><td class="mdescRight">if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded <a href="structopj__decoding__param.html#a022188600998169e6ba1a8c998cb227d">More...</a><br /></td></tr>
<tr class="separator:a022188600998169e6ba1a8c998cb227d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Field Documentation</h2>
<a id="a022188600998169e6ba1a8c998cb227d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a022188600998169e6ba1a8c998cb227d">&#9670;&nbsp;</a></span>m_layer</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="openjpeg_8h.html#a4cb1e6e6b6ef2df499d5c02f7df54cbb">OPJ_UINT32</a> opj_decoding_param::m_layer</td>
</tr>
</table>
</div><div class="memdoc">
<p>if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded </p>
<p class="reference">Referenced by <a class="el" href="j2k_8c.html#ae37490bb6b2eb9a851e24c4a53aa6da0">opj_j2k_read_cod()</a>, and <a class="el" href="j2k_8h.html#ad278fa72d1461084c57c87a4276850cf">opj_j2k_setup_decoder()</a>.</p>
</div>
</div>
<a id="ac39589eec454fb99b40d8bc5a4c4f477"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac39589eec454fb99b40d8bc5a4c4f477">&#9670;&nbsp;</a></span>m_reduce</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="openjpeg_8h.html#a4cb1e6e6b6ef2df499d5c02f7df54cbb">OPJ_UINT32</a> opj_decoding_param::m_reduce</td>
</tr>
</table>
</div><div class="memdoc">
<p>if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution </p>
<p class="reference">Referenced by <a class="el" href="j2k_8h.html#a09f2c6c83d8066e1db9ab66fed58d9c8">opj_j2k_decode()</a>, <a class="el" href="j2k_8c.html#aa91c21b73fc17028a77ba44d3987f17a">opj_j2k_read_siz()</a>, <a class="el" href="j2k_8c.html#a302098a94dfdd7406da50abc633720d8">opj_j2k_read_SPCod_SPCoc()</a>, <a class="el" href="j2k_8h.html#ab4cb6916a495309faab2dd7cb587ccb8">opj_j2k_set_decode_area()</a>, <a class="el" href="j2k_8h.html#ad2c05f29bca659d072a13133993312f9">opj_j2k_set_decoded_resolution_factor()</a>, <a class="el" href="j2k_8h.html#ad278fa72d1461084c57c87a4276850cf">opj_j2k_setup_decoder()</a>, and <a class="el" href="tcd_8c.html#a0e4d491f4d95e89b9f113664431faffc">opj_tcd_init_tile()</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="j2k_8h_source.html">j2k.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>