openjpeg/doxygen/t1_8h_source.html

91 lines
49 KiB
HTML
Raw Normal View History

2015-07-10 18:06:19 +02:00
<!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"/>
2019-04-02 16:25:55 +02:00
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2015-07-10 18:06:19 +02:00
<title>OpenJPEG: t1.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;">
2016-09-29 22:38:29 +02:00
<td id="projectalign" style="padding-left: 0.5em;">
2015-07-10 18:06:19 +02:00
<div id="projectname">OpenJPEG
2019-04-02 16:25:55 +02:00
&#160;<span id="projectnumber">2.3.1</span>
2015-07-10 18:06:19 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2019-04-02 16:25:55 +02:00
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
2015-07-10 18:06:19 +02:00
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d522931ffa1371640980b621734a4381.html">Users</a></li><li class="navelem"><a class="el" href="dir_694e20c96f4fc1be4aed4f026eadce94.html">antonin</a></li><li class="navelem"><a class="el" href="dir_3ca1ad36e65e03f9e8d67ddc2553765b.html">dev</a></li><li class="navelem"><a class="el" href="dir_181a881edfcb8646dab693a228fa6bde.html">opj</a></li><li class="navelem"><a class="el" href="dir_5064bb5511811c3176850b7e47443f14.html">github</a></li><li class="navelem"><a class="el" href="dir_0b20524d8f8835ca75acc430451c8412.html">openjpeg</a></li><li class="navelem"><a class="el" href="dir_e3f8a8e294f8271ee71cbcf3c2acacc1.html">src</a></li><li class="navelem"><a class="el" href="dir_da83fe5fdfb6c4554d36abffc03790ad.html">lib</a></li><li class="navelem"><a class="el" href="dir_68013e83e260d17d49dee5e209315608.html">openjp2</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">t1.h</div> </div>
</div><!--header-->
<div class="contents">
2019-04-02 16:25:55 +02:00
<a href="t1_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>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * The copyright in this software is being made available under the 2-clauses</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * BSD License, included below. This software may be subject to other third</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * party and contributor rights, including patent rights, and no such rights</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * are granted under this license.</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * Copyright (c) 2002-2014, Professor Benoit Macq</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * Copyright (c) 2001-2003, David Janssens</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * Copyright (c) 2002-2003, Yannick Verschueren</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * Copyright (c) 2003-2007, Francois-Olivier Devaux</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * Copyright (c) 2003-2014, Antonin Descampe</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * Copyright (c) 2005, Herve Drolon, FreeImage Team</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * Copyright (c) 2012, Carl Hetherington</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * Copyright (c) 2017, IntoPIX SA &lt;support@intopix.com&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * All rights reserved.</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * are met:</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * 1. Redistributions of source code must retain the above copyright</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * notice, this list of conditions and the following disclaimer in the</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * documentation
2017-08-10 06:39:58 +02:00
<div class="ttc" id="structopj__t1_html_a3c12dcb05357d126fffe6d3fc3e3e808"><div class="ttname"><a href="structopj__t1.html#a3c12dcb05357d126fffe6d3fc3e3e808">opj_t1::cblkdatabuffer</a></div><div class="ttdeci">OPJ_BYTE * cblkdatabuffer</div><div class="ttdef"><b>Definition:</b> t1.h:208</div></div>
<div class="ttc" id="structopj__t1_html_a04161a83ff9bce68c974e29a0365f229"><div class="ttname"><a href="structopj__t1.html#a04161a83ff9bce68c974e29a0365f229">opj_t1::encoder</a></div><div class="ttdeci">OPJ_BOOL encoder</div><div class="ttdef"><b>Definition:</b> t1.h:202</div></div>
2015-07-10 18:06:19 +02:00
<div class="ttc" id="openjpeg_8h_html_a2e5e9eaf3c126e11d1f058b78a0bce78"><div class="ttname"><a href="openjpeg_8h.html#a2e5e9eaf3c126e11d1f058b78a0bce78">OPJ_FLOAT64</a></div><div class="ttdeci">double OPJ_FLOAT64</div><div class="ttdef"><b>Definition:</b> openjpeg.h:116</div></div>
2017-08-10 06:39:58 +02:00
<div class="ttc" id="structopj__t1_html_a693ddeb0ffaea902591f5ee4aca345c1"><div class="ttname"><a href="structopj__t1.html#a693ddeb0ffaea902591f5ee4aca345c1">opj_t1::datasize</a></div><div class="ttdeci">OPJ_UINT32 datasize</div><div class="ttdef"><b>Definition:</b> t1.h:199</div></div>
<div class="ttc" id="structopj__event__mgr_html"><div class="ttname"><a href="structopj__event__mgr.html">opj_event_mgr</a></div><div class="ttdoc">Message handler object used for. </div><div class="ttdef"><b>Definition:</b> event.h:50</div></div>
<div class="ttc" id="structopj__t1_html_ad857b30ad6967bcd9314fdff281451e1"><div class="ttname"><a href="structopj__t1.html#ad857b30ad6967bcd9314fdff281451e1">opj_t1::mustuse_cblkdatabuffer</a></div><div class="ttdeci">OPJ_BOOL mustuse_cblkdatabuffer</div><div class="ttdef"><b>Definition:</b> t1.h:206</div></div>
<div class="ttc" id="structopj__t1_html"><div class="ttname"><a href="structopj__t1.html">opj_t1</a></div><div class="ttdoc">Tier-1 coding (coding of code-block coefficients) </div><div class="ttdef"><b>Definition:</b> t1.h:184</div></div>
2017-10-05 00:57:21 +02:00
<div class="ttc" id="structopj__tcd_html"><div class="ttname"><a href="structopj__tcd.html">opj_tcd</a></div><div class="ttdoc">Tile coder/decoder. </div><div class="ttdef"><b>Definition:</b> tcd.h:251</div></div>
2015-07-10 18:06:19 +02:00
<div class="ttc" id="openjpeg_8h_html_abb5dad6294f4611f1925388e919b16f4"><div class="ttname"><a href="openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4">OPJ_BOOL</a></div><div class="ttdeci">int OPJ_BOOL</div><div class="ttdef"><b>Definition:</b> openjpeg.h:110</div></div>
2017-08-10 06:39:58 +02:00
<div class="ttc" id="structopj__t1_html_ab69667aaa6e6e52d70eaeafc42e586a1"><div class="ttname"><a href="structopj__t1.html#ab69667aaa6e6e52d70eaeafc42e586a1">opj_t1::data_stride</a></div><div class="ttdeci">OPJ_UINT32 data_stride</div><div class="ttdef"><b>Definition:</b> t1.h:201</div></div>
<div class="ttc" id="openjpeg_8h_html_a22de44e15bddae7edfacf4e9ac9bb199"><div class="ttname"><a href="openjpeg_8h.html#a22de44e15bddae7edfacf4e9ac9bb199">OPJ_BYTE</a></div><div class="ttdeci">unsigned char OPJ_BYTE</div><div class="ttdef"><b>Definition:</b> openjpeg.h:117</div></div>
2017-10-05 00:57:21 +02:00
<div class="ttc" id="structopj__tccp_html"><div class="ttname"><a href="structopj__tccp.html">opj_tccp</a></div><div class="ttdoc">Tile-component coding parameters. </div><div class="ttdef"><b>Definition:</b> j2k.h:175</div></div>
2015-07-10 18:06:19 +02:00
<div class="ttc" id="openjpeg_8h_html_a3cec91ef9e73677f0dbd60d4e42401b9"><div class="ttname"><a href="openjpeg_8h.html#a3cec91ef9e73677f0dbd60d4e42401b9">OPJ_INT32</a></div><div class="ttdeci">int32_t OPJ_INT32</div><div class="ttdef"><b>Definition:</b> openjpeg.h:125</div></div>
2017-10-05 00:57:21 +02:00
<div class="ttc" id="group___t1_html_gada55dfa54a9324f948a3383ed95aedc5"><div class="ttname"><a href="group___t1.html#gada55dfa54a9324f948a3383ed95aedc5">opj_t1_encode_cblks</a></div><div class="ttdeci">OPJ_BOOL opj_t1_encode_cblks(opj_t1_t *t1, opj_tcd_tile_t *tile, opj_tcp_t *tcp, const OPJ_FLOAT64 *mct_norms, OPJ_UINT32 mct_numcomps)</div><div class="ttdoc">Encode the code-blocks of a tile. </div><div class="ttdef"><b>Definition:</b> t1.c:2105</div></div>
2017-08-10 06:39:58 +02:00
<div class="ttc" id="structopj__t1_html_ad9c62c070cac19e999623b6dfc247789"><div class="ttname"><a href="structopj__t1.html#ad9c62c070cac19e999623b6dfc247789">opj_t1::flags</a></div><div class="ttdeci">opj_flag_t * flags</div><div class="ttdoc">Flags used by decoder and encoder. </div><div class="ttdef"><b>Definition:</b> t1.h:195</div></div>
<div class="ttc" id="structopj__t1_html_a4e88b0ed321f39a5bd2507b3d403914d"><div class="ttname"><a href="structopj__t1.html#a4e88b0ed321f39a5bd2507b3d403914d">opj_t1::h</a></div><div class="ttdeci">OPJ_UINT32 h</div><div class="ttdef"><b>Definition:</b> t1.h:198</div></div>
<div class="ttc" id="structopj__t1_html_a0307370eb4a1cb47d8e4011cb88c37a7"><div class="ttname"><a href="structopj__t1.html#a0307370eb4a1cb47d8e4011cb88c37a7">opj_t1::w</a></div><div class="ttdeci">OPJ_UINT32 w</div><div class="ttdef"><b>Definition:</b> t1.h:197</div></div>
<div class="ttc" id="structopj__t1_html_a5502662e5924da099edc49a28b501f41"><div class="ttname"><a href="structopj__t1.html#a5502662e5924da099edc49a28b501f41">opj_t1::flagssize</a></div><div class="ttdeci">OPJ_UINT32 flagssize</div><div class="ttdef"><b>Definition:</b> t1.h:200</div></div>
2017-10-05 00:57:21 +02:00
<div class="ttc" id="group___t1_html_ga5df121baefa4293a2c0d0122694e0902"><div class="ttname"><a href="group___t1.html#ga5df121baefa4293a2c0d0122694e0902">opj_t1_decode_cblks</a></div><div class="ttdeci">void opj_t1_decode_cblks(opj_tcd_t *tcd, volatile OPJ_BOOL *pret, opj_tcd_tilecomp_t *tilec, opj_tccp_t *tccp, opj_event_mgr_t *p_manager, opj_mutex_t *p_manager_mutex, OPJ_BOOL check_pterm)</div><div class="ttdoc">Decode the code-blocks of a tile. </div><div class="ttdef"><b>Definition:</b> t1.c:1794</div></div>
2017-08-10 06:39:58 +02:00
<div class="ttc" id="structopj__t1_html_a77fc9bb2b6314966433e5c15bdd1cae5"><div class="ttname"><a href="structopj__t1.html#a77fc9bb2b6314966433e5c15bdd1cae5">opj_t1::cblkdatabuffersize</a></div><div class="ttdeci">OPJ_UINT32 cblkdatabuffersize</div><div class="ttdef"><b>Definition:</b> t1.h:210</div></div>
2017-10-05 00:57:21 +02:00
<div class="ttc" id="group___t1_html_gadbc87000940d2fc0c5f3e2f0ad28938a"><div class="ttname"><a href="group___t1.html#gadbc87000940d2fc0c5f3e2f0ad28938a">opj_t1_destroy</a></div><div class="ttdeci">void opj_t1_destroy(opj_t1_t *p_t1)</div><div class="ttdoc">Destroys a previously created T1 handle. </div><div class="ttdef"><b>Definition:</b> t1.c:1557</div></div>
2017-08-10 06:39:58 +02:00
<div class="ttc" id="group___t_h_r_e_a_d_html_ga29120af1ce48d5ecd651795f2e427755"><div class="ttname"><a href="group___t_h_r_e_a_d.html#ga29120af1ce48d5ecd651795f2e427755">opj_mutex_t</a></div><div class="ttdeci">struct opj_mutex_t opj_mutex_t</div><div class="ttdoc">Opaque type for a mutex. </div><div class="ttdef"><b>Definition:</b> thread.h:52</div></div>
<div class="ttc" id="group___t1_html_gab9520ada8305b3d288b86c380a64330d"><div class="ttname"><a href="group___t1.html#gab9520ada8305b3d288b86c380a64330d">opj_flag_t</a></div><div class="ttdeci">OPJ_UINT32 opj_flag_t</div><div class="ttdoc">Flags for 4 consecutive rows of a column. </div><div class="ttdef"><b>Definition:</b> t1.h:179</div></div>
<div class="ttc" id="structopj__t1_html_a5c19283cc36f821a697b9e2c0f586eed"><div class="ttname"><a href="structopj__t1.html#a5c19283cc36f821a697b9e2c0f586eed">opj_t1::mqc</a></div><div class="ttdeci">opj_mqc_t mqc</div><div class="ttdoc">MQC component. </div><div class="ttdef"><b>Definition:</b> t1.h:187</div></div>
2015-07-10 18:06:19 +02:00
<div class="ttc" id="openjpeg_8h_html_a4cb1e6e6b6ef2df499d5c02f7df54cbb"><div class="ttname"><a href="openjpeg_8h.html#a4cb1e6e6b6ef2df499d5c02f7df54cbb">OPJ_UINT32</a></div><div class="ttdeci">uint32_t OPJ_UINT32</div><div class="ttdef"><b>Definition:</b> openjpeg.h:126</div></div>
2017-08-10 06:39:58 +02:00
<div class="ttc" id="structopj__t1_html_a73394701209d19d06afd56f089bbcd7f"><div class="ttname"><a href="structopj__t1.html#a73394701209d19d06afd56f089bbcd7f">opj_t1::data</a></div><div class="ttdeci">OPJ_INT32 * data</div><div class="ttdef"><b>Definition:</b> t1.h:189</div></div>
2017-10-05 00:57:21 +02:00
<div class="ttc" id="structopj__tcp_html"><div class="ttname"><a href="structopj__tcp.html">opj_tcp</a></div><div class="ttdoc">Tile coding parameters : this structure is used to store coding/decoding parameters common to all til...</div><div class="ttdef"><b>Definition:</b> j2k.h:241</div></div>
<div class="ttc" id="structopj__tcd__tile_html"><div class="ttname"><a href="structopj__tcd__tile.html">opj_tcd_tile</a></div><div class="ttdoc">FIXME DOC. </div><div class="ttdef"><b>Definition:</b> tcd.h:228</div></div>
<div class="ttc" id="structopj__tcd__tilecomp_html"><div class="ttname"><a href="structopj__tcd__tilecomp.html">opj_tcd_tilecomp</a></div><div class="ttdoc">Tile-component structure. </div><div class="ttdef"><b>Definition:</b> tcd.h:189</div></div>
<div class="ttc" id="group___t1_html_ga7f1a52a233804744f2c7384ac04117f8"><div class="ttname"><a href="group___t1.html#ga7f1a52a233804744f2c7384ac04117f8">opj_t1_create</a></div><div class="ttdeci">opj_t1_t * opj_t1_create(OPJ_BOOL isEncoder)</div><div class="ttdoc">Creates a new Tier 1 handle and initializes the look-up tables of the Tier-1 coder/decoder. </div><div class="ttdef"><b>Definition:</b> t1.c:1537</div></div>
2017-08-10 06:39:58 +02:00
<div class="ttc" id="structopj__mqc_html"><div class="ttname"><a href="structopj__mqc.html">opj_mqc</a></div><div class="ttdoc">MQ coder. </div><div class="ttdef"><b>Definition:</b> mqc.h:74</div></div>
2015-07-10 18:06:19 +02:00
<div class="ttc" id="query__parser_8h_html_a678aedbd2509521578c078f7a356b428a5036938696cb1fd991a6aa47cc514cf7"><div class="ttname"><a href="query__parser_8h.html#a678aedbd2509521578c078f7a356b428a5036938696cb1fd991a6aa47cc514cf7">tcp</a></div><div class="ttdef"><b>Definition:</b> query_parser.h:41</div></div>
</div><!-- fragment --></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"/>
2019-04-02 16:25:55 +02:00
</a> 1.8.13
2015-07-10 18:06:19 +02:00
</small></address>
</body>
</html>