<ahref="raw_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">/*</span></div>
<divclass="line"><aname="l00002"></a><spanclass="lineno"> 2</span> <spanclass="comment"> * The copyright in this software is being made available under the 2-clauses </span></div>
<divclass="line"><aname="l00003"></a><spanclass="lineno"> 3</span> <spanclass="comment"> * BSD License, included below. This software may be subject to other third </span></div>
<divclass="line"><aname="l00004"></a><spanclass="lineno"> 4</span> <spanclass="comment"> * party and contributor rights, including patent rights, and no such rights</span></div>
<divclass="line"><aname="l00005"></a><spanclass="lineno"> 5</span> <spanclass="comment"> * are granted under this license.</span></div>
<divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
<divclass="line"><aname="l00015"></a><spanclass="lineno"> 15</span> <spanclass="comment"> * modification, are permitted provided that the following conditions</span></div>
<divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> <spanclass="comment"> * are met:</span></div>
<divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="comment"> * 1. Redistributions of source code must retain the above copyright</span></div>
<divclass="line"><aname="l00018"></a><spanclass="lineno"> 18</span> <spanclass="comment"> * notice, this list of conditions and the following disclaimer.</span></div>
<divclass="line"><aname="l00019"></a><spanclass="lineno"> 19</span> <spanclass="comment"> * 2. Redistributions in binary form must reproduce the above copyright</span></div>
<divclass="line"><aname="l00020"></a><spanclass="lineno"> 20</span> <spanclass="comment"> * notice, this list of conditions and the following disclaimer in the</span></div>
<divclass="line"><aname="l00021"></a><spanclass="lineno"> 21</span> <spanclass="comment"> * documentation and/or other materials provided with the distribution.</span></div>
<divclass="line"><aname="l00023"></a><spanclass="lineno"> 23</span> <spanclass="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'</span></div>
<divclass="line"><aname="l00024"></a><spanclass="lineno"> 24</span> <spanclass="comment"> * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span></div>
<divclass="line"><aname="l00025"></a><spanclass="lineno"> 25</span> <spanclass="comment"> * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></div>
<divclass="line"><aname="l00026"></a><spanclass="lineno"> 26</span> <spanclass="comment"> * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE</span></div>
<divclass="line"><aname="l00027"></a><spanclass="lineno"> 27</span> <spanclass="comment"> * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR</span></div>
<divclass="line"><aname="l00028"></a><spanclass="lineno"> 28</span> <spanclass="comment"> * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</span></div>
<divclass="line"><aname="l00029"></a><spanclass="lineno"> 29</span> <spanclass="comment"> * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span></div>
<divclass="line"><aname="l00030"></a><spanclass="lineno"> 30</span> <spanclass="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div>
<divclass="line"><aname="l00031"></a><spanclass="lineno"> 31</span> <spanclass="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</span></div>
<divclass="line"><aname="l00032"></a><spanclass="lineno"> 32</span> <spanclass="comment"> * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</span></div>
<divclass="line"><aname="l00033"></a><spanclass="lineno"> 33</span> <spanclass="comment"> * POSSIBILITY OF SUCH DAMAGE.</span></div>
<divclass="ttc"id="structopj__raw_html_a873ec3b4abf06832cb492f1fe0f9dde9"><divclass="ttname"><ahref="structopj__raw.html#a873ec3b4abf06832cb492f1fe0f9dde9">opj_raw::bp</a></div><divclass="ttdeci">OPJ_BYTE * bp</div><divclass="ttdoc">pointer to the current position in the buffer </div><divclass="ttdef"><b>Definition:</b> raw.h:62</div></div>
<divclass="ttc"id="group___r_a_w_html_ga84d58773379209bf64c3e48e0d174670"><divclass="ttname"><ahref="group___r_a_w.html#ga84d58773379209bf64c3e48e0d174670">opj_raw_create</a></div><divclass="ttdeci">opj_raw_t * opj_raw_create(void)</div><divclass="ttdoc">Create a new RAW handle. </div><divclass="ttdef"><b>Definition:</b> raw.c:51</div></div>
<divclass="ttc"id="structopj__raw_html_ad81abd256f06335bd3d23872cbad204a"><divclass="ttname"><ahref="structopj__raw.html#ad81abd256f06335bd3d23872cbad204a">opj_raw::end</a></div><divclass="ttdeci">OPJ_BYTE * end</div><divclass="ttdoc">pointer to the end of the buffer </div><divclass="ttdef"><b>Definition:</b> raw.h:66</div></div>
<divclass="ttc"id="structopj__raw_html_a9e5a976d8f55e567af92c9ff6fd492e4"><divclass="ttname"><ahref="structopj__raw.html#a9e5a976d8f55e567af92c9ff6fd492e4">opj_raw::c</a></div><divclass="ttdeci">OPJ_BYTE c</div><divclass="ttdoc">temporary buffer where bits are coded or decoded </div><divclass="ttdef"><b>Definition:</b> raw.h:54</div></div>
<divclass="ttc"id="group___r_a_w_html_gabb2f5b65ad948ccccf595df86d0e305d"><divclass="ttname"><ahref="group___r_a_w.html#gabb2f5b65ad948ccccf595df86d0e305d">opj_raw_destroy</a></div><divclass="ttdeci">void opj_raw_destroy(opj_raw_t *raw)</div><divclass="ttdoc">Destroy a previously created RAW handle. </div><divclass="ttdef"><b>Definition:</b> raw.c:56</div></div>
<divclass="ttc"id="group___r_a_w_html_gaa4e879e1d733e459b94c29141b7df142"><divclass="ttname"><ahref="group___r_a_w.html#gaa4e879e1d733e459b94c29141b7df142">opj_raw_decode</a></div><divclass="ttdeci">OPJ_UINT32 opj_raw_decode(opj_raw_t *raw)</div><divclass="ttdoc">Decode a symbol using raw-decoder. </div><divclass="ttdef"><b>Definition:</b> raw.c:76</div></div>
<divclass="ttc"id="structopj__raw_html_ab135fadf2a1c829503331c3bf909496f"><divclass="ttname"><ahref="structopj__raw.html#ab135fadf2a1c829503331c3bf909496f">opj_raw::start</a></div><divclass="ttdeci">OPJ_BYTE * start</div><divclass="ttdoc">pointer to the start of the buffer </div><divclass="ttdef"><b>Definition:</b> raw.h:64</div></div>
<divclass="ttc"id="structopj__raw_html_afb86b09eef74471031c6d4144e4951ed"><divclass="ttname"><ahref="structopj__raw.html#afb86b09eef74471031c6d4144e4951ed">opj_raw::ct</a></div><divclass="ttdeci">OPJ_UINT32 ct</div><divclass="ttdoc">number of bits already read or free to write </div><divclass="ttdef"><b>Definition:</b> raw.h:56</div></div>
<divclass="ttc"id="structopj__raw_html_a37d9f82ef382e011692f6d03e2be1b73"><divclass="ttname"><ahref="structopj__raw.html#a37d9f82ef382e011692f6d03e2be1b73">opj_raw::lenmax</a></div><divclass="ttdeci">OPJ_UINT32 lenmax</div><divclass="ttdoc">maximum length to decode </div><divclass="ttdef"><b>Definition:</b> raw.h:58</div></div>
<divclass="ttc"id="group___r_a_w_html_gaee1cb91b1c5183234a36f53e0624f733"><divclass="ttname"><ahref="group___r_a_w.html#gaee1cb91b1c5183234a36f53e0624f733">opj_raw_numbytes</a></div><divclass="ttdeci">OPJ_UINT32 opj_raw_numbytes(opj_raw_t *raw)</div><divclass="ttdoc">Return the number of bytes written/read since initialisation. </div><divclass="ttdef"><b>Definition:</b> raw.c:62</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">