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" / >
2020-12-28 22:12:25 +01:00
< meta name = "generator" content = "Doxygen 1.8.11" / >
2015-07-10 18:06:19 +02:00
< title > OpenJPEG: index_manager.c File 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;" >
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
2020-12-28 22:12:25 +01:00
  < span id = "projectnumber" > 2.4.0< / span >
2015-07-10 18:06:19 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2020-12-28 22:12:25 +01:00
<!-- Generated by Doxygen 1.8.11 -->
< 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 >
2015-07-10 18:06:19 +02:00
< div id = "nav-path" class = "navpath" >
< ul >
2020-12-28 22:12:25 +01:00
< li class = "navelem" > < a class = "el" href = "dir_43e0a1f539e00dcfa1a6bc4d4fee4fc2.html" > home< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_cb9b2b419d92b64f7cee83d8faf7a4ab.html" > even< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_f75d9a0165d6564a1e04793ef847d41d.html" > openjpeg< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_5f588d7ea139c1aae751d03c13a16064.html" > openjpeg< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_378f732e812ef6cbaaae22e96a4fa79f.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_19dcb5713315405a27e1bde75a489a4c.html" > lib< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_54d80c9412497e935deb5677b5fae801.html" > openjpip< / a > < / li > < / ul >
2015-07-10 18:06:19 +02:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#define-members" > Macros< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > index_manager.c File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < code > #include < stdio.h> < / code > < br / >
< code > #include < stdlib.h> < / code > < br / >
< code > #include < math.h> < / code > < br / >
< code > #include < string.h> < / code > < br / >
< code > #include " < a class = "el" href = "opj__inttypes_8h_source.html" > opj_inttypes.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "index__manager_8h_source.html" > index_manager.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "box__manager_8h_source.html" > box_manager.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "manfbox__manager_8h_source.html" > manfbox_manager.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "mhixbox__manager_8h_source.html" > mhixbox_manager.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "codestream__manager_8h_source.html" > codestream_manager.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "marker__manager_8h_source.html" > marker_manager.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "faixbox__manager_8h_source.html" > faixbox_manager.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "boxheader__manager_8h_source.html" > boxheader_manager.h< / a > " < / code > < br / >
< / div > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "define-members" > < / a >
Macros< / h2 > < / td > < / tr >
< tr class = "memitem:ac322e421aefb8ec9ccc10bef953e3d82" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#ac322e421aefb8ec9ccc10bef953e3d82" > FCGI_stdout< / a >       stdout< / td > < / tr >
< tr class = "separator:ac322e421aefb8ec9ccc10bef953e3d82" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a77b5d5af2adb2cfa7ec785b592fc4074" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a >       stderr< / td > < / tr >
< tr class = "separator:a77b5d5af2adb2cfa7ec785b592fc4074" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a31c99676da88bb0bcdb350710f00fa96" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a31c99676da88bb0bcdb350710f00fa96" > logstream< / a >       stderr< / td > < / tr >
< tr class = "separator:a31c99676da88bb0bcdb350710f00fa96" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aef72d99e5b07983bcf9b7ba3b76f0c61" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx< / a > (< a class = "el" href = "box__manager_8h.html#a8216a321224a5eceda1d802a47bed784" > boxlist_param_t< / a > *toplev_boxlist)< / td > < / tr >
< tr class = "memdesc:aef72d99e5b07983bcf9b7ba3b76f0c61" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > chekc JP2 box indexing < a href = "#aef72d99e5b07983bcf9b7ba3b76f0c61" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aef72d99e5b07983bcf9b7ba3b76f0c61" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1bca84a98c266c9da610ebbb5d17e83c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata< / a > (< a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *cidx_box, < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *codeidx)< / td > < / tr >
< tr class = "memdesc:a1bca84a98c266c9da610ebbb5d17e83c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set code index parameters (parse cidx box) Annex I < a href = "#a1bca84a98c266c9da610ebbb5d17e83c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1bca84a98c266c9da610ebbb5d17e83c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeda761f27ce8cb0ed202d0ea2aa64c7e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#aeda761f27ce8cb0ed202d0ea2aa64c7e" > parse_jp2file< / a > (int fd)< / td > < / tr >
< tr class = "memdesc:aeda761f27ce8cb0ed202d0ea2aa64c7e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > parse JP2 file AnnexI: Indexing JPEG2000 files for JPIP < a href = "#aeda761f27ce8cb0ed202d0ea2aa64c7e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aeda761f27ce8cb0ed202d0ea2aa64c7e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acba4fd559491e3b10a80e0d14839c8bf" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#acba4fd559491e3b10a80e0d14839c8bf" > print_index< / a > (< a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > index)< / td > < / tr >
< tr class = "memdesc:acba4fd559491e3b10a80e0d14839c8bf" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > print index parameters < a href = "#acba4fd559491e3b10a80e0d14839c8bf" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acba4fd559491e3b10a80e0d14839c8bf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a13edadac7bbb0f6c68e320955f61e9d0" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a13edadac7bbb0f6c68e320955f61e9d0" > print_SIZ< / a > (< a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a > SIZ)< / td > < / tr >
< tr class = "memdesc:a13edadac7bbb0f6c68e320955f61e9d0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > print Image and Tile SIZ parameters < a href = "#a13edadac7bbb0f6c68e320955f61e9d0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a13edadac7bbb0f6c68e320955f61e9d0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a91bf084c1866b14553ed020304e38f9a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a91bf084c1866b14553ed020304e38f9a" > print_COD< / a > (< a class = "el" href = "index__manager_8h.html#a4b304973391a206d69d52931370350c3" > CODmarker_param_t< / a > COD)< / td > < / tr >
< tr class = "memdesc:a91bf084c1866b14553ed020304e38f9a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > print Coding style default COD parameters < a href = "#a91bf084c1866b14553ed020304e38f9a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a91bf084c1866b14553ed020304e38f9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8547a6683f5846c256ed1a0b5a55ad29" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a8547a6683f5846c256ed1a0b5a55ad29" > delete_index< / a > (< a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > **index)< / td > < / tr >
< tr class = "memdesc:a8547a6683f5846c256ed1a0b5a55ad29" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > delete index < a href = "#a8547a6683f5846c256ed1a0b5a55ad29" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8547a6683f5846c256ed1a0b5a55ad29" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a02ddb84f0afb66d882fd5c795e35e7a9" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a02ddb84f0afb66d882fd5c795e35e7a9" > delete_COD< / a > (< a class = "el" href = "index__manager_8h.html#a4b304973391a206d69d52931370350c3" > CODmarker_param_t< / a > COD)< / td > < / tr >
< tr class = "memdesc:a02ddb84f0afb66d882fd5c795e35e7a9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > delete dynamic arrays in COD marker < a href = "#a02ddb84f0afb66d882fd5c795e35e7a9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a02ddb84f0afb66d882fd5c795e35e7a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1050f654e8e86c3b4a72fb30dc8b034a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a1050f654e8e86c3b4a72fb30dc8b034a" > set_cptrdata< / a > (< a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *cidx_box, < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *jp2idx)< / td > < / tr >
< tr class = "memdesc:a1050f654e8e86c3b4a72fb30dc8b034a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set code index parameters from cptr box I.3.2.2 Codestream Finder box < a href = "#a1050f654e8e86c3b4a72fb30dc8b034a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1050f654e8e86c3b4a72fb30dc8b034a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73ddf4f40d7da955735a4fdb9b2c1d80" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a73ddf4f40d7da955735a4fdb9b2c1d80" > set_mainmhixdata< / a > (< a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *cidx_box, < a class = "el" href = "codestream__manager_8h.html#ae63fd7d7c047905a5cd0229f824aff09" > codestream_param_t< / a > codestream, < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *jp2idx)< / td > < / tr >
< tr class = "memdesc:a73ddf4f40d7da955735a4fdb9b2c1d80" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set code index parameters from mhix box for main header I.3.2.4.3 Header Index Table box < a href = "#a73ddf4f40d7da955735a4fdb9b2c1d80" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a73ddf4f40d7da955735a4fdb9b2c1d80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab16c783f41458fea838b5a8ebd892798" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#ab16c783f41458fea838b5a8ebd892798" > set_tpixdata< / a > (< a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *cidx_box, < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *jp2idx)< / td > < / tr >
< tr class = "memdesc:ab16c783f41458fea838b5a8ebd892798" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set code index parameters from tpix box I.3.2.4.4 Tile-part Index Table box < a href = "#ab16c783f41458fea838b5a8ebd892798" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab16c783f41458fea838b5a8ebd892798" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5d8213c96df9c2e64b42bfc0f3003141" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a5d8213c96df9c2e64b42bfc0f3003141" > set_thixdata< / a > (< a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *cidx_box, < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *jp2idx)< / td > < / tr >
< tr class = "memdesc:a5d8213c96df9c2e64b42bfc0f3003141" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set code index parameters from thix box I.3.2.4.5 Tile Header Index Table box < a href = "#a5d8213c96df9c2e64b42bfc0f3003141" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5d8213c96df9c2e64b42bfc0f3003141" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a781af2c59898ceecdffb70004cfaf018" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a781af2c59898ceecdffb70004cfaf018" > set_ppixdata< / a > (< a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *cidx_box, < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *jp2idx)< / td > < / tr >
< tr class = "memdesc:a781af2c59898ceecdffb70004cfaf018" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set code index parameters from ppix box I.3.2.4.6 Precinct Packet Index Table box < a href = "#a781af2c59898ceecdffb70004cfaf018" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a781af2c59898ceecdffb70004cfaf018" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4031ccd48358b64a1720c15cf87cc5ff" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a4031ccd48358b64a1720c15cf87cc5ff" > set_SIZmkrdata< / a > (< a class = "el" href = "mhixbox__manager_8h.html#a84577a8a4efa8188c74fb2c90f5e3c4b" > markeridx_param_t< / a > *sizmkidx, < a class = "el" href = "codestream__manager_8h.html#ae63fd7d7c047905a5cd0229f824aff09" > codestream_param_t< / a > codestream, < a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a > *SIZ)< / td > < / tr >
< tr class = "memdesc:a4031ccd48358b64a1720c15cf87cc5ff" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set SIZ marker information A.5 Fixed information marker segment A.5.1 Image and tile size (SIZ) < a href = "#a4031ccd48358b64a1720c15cf87cc5ff" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4031ccd48358b64a1720c15cf87cc5ff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7e9ae91b6cde958c7857680290cce24e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a7e9ae91b6cde958c7857680290cce24e" > set_CODmkrdata< / a > (< a class = "el" href = "mhixbox__manager_8h.html#a84577a8a4efa8188c74fb2c90f5e3c4b" > markeridx_param_t< / a > *codmkidx, < a class = "el" href = "codestream__manager_8h.html#ae63fd7d7c047905a5cd0229f824aff09" > codestream_param_t< / a > codestream, < a class = "el" href = "index__manager_8h.html#a4b304973391a206d69d52931370350c3" > CODmarker_param_t< / a > *COD)< / td > < / tr >
< tr class = "memdesc:a7e9ae91b6cde958c7857680290cce24e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > set code index parameters from COD marker in codestream A.6 Functional marker segments A.6.1 Coding style default (COD) < a href = "#a7e9ae91b6cde958c7857680290cce24e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7e9ae91b6cde958c7857680290cce24e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aecefdbf80129b12f2ef66ccfbedbb7fe" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#aecefdbf80129b12f2ef66ccfbedbb7fe" > max< / a > (< a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > n1, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > n2)< / td > < / tr >
< tr class = "separator:aecefdbf80129b12f2ef66ccfbedbb7fe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac1d9c713f42b405f9e353ec99b880755" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#ac1d9c713f42b405f9e353ec99b880755" > min< / a > (< a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > n1, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > n2)< / td > < / tr >
< tr class = "separator:ac1d9c713f42b405f9e353ec99b880755" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a61077e24d0da732927e3eea3a5413348" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "index__manager_8h.html#a3de46cb732f0f7edb4a5e04b3fcdd8c7" > range_param_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a61077e24d0da732927e3eea3a5413348" > get_tile_range< / a > (< a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > Osiz, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > siz, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > TOsiz, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > Tsiz, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > tile_XYid, int level)< / td > < / tr >
< tr class = "separator:a61077e24d0da732927e3eea3a5413348" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2e6b72c6590f693f84e3975997c94989" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "index__manager_8h.html#a3de46cb732f0f7edb4a5e04b3fcdd8c7" > range_param_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a2e6b72c6590f693f84e3975997c94989" > get_tile_Xrange< / a > (< a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a > SIZ, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > tile_id, int level)< / td > < / tr >
< tr class = "memdesc:a2e6b72c6590f693f84e3975997c94989" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > get horizontal range of the tile in reference grid < a href = "#a2e6b72c6590f693f84e3975997c94989" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2e6b72c6590f693f84e3975997c94989" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa881371ab6d9fe66e6150451d43fd4f6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "index__manager_8h.html#a3de46cb732f0f7edb4a5e04b3fcdd8c7" > range_param_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#aa881371ab6d9fe66e6150451d43fd4f6" > get_tile_Yrange< / a > (< a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a > SIZ, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > tile_id, int level)< / td > < / tr >
< tr class = "memdesc:aa881371ab6d9fe66e6150451d43fd4f6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > get vertical range of the tile in reference grid < a href = "#aa881371ab6d9fe66e6150451d43fd4f6" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa881371ab6d9fe66e6150451d43fd4f6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a363e109f12af309bc22a5fbc251b46ce" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a363e109f12af309bc22a5fbc251b46ce" > get_tile_XSiz< / a > (< a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a > SIZ, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > tile_id, int level)< / td > < / tr >
< tr class = "memdesc:a363e109f12af309bc22a5fbc251b46ce" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > get tile wdith at the decomposition level < a href = "#a363e109f12af309bc22a5fbc251b46ce" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a363e109f12af309bc22a5fbc251b46ce" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89abd290cab4747e57da4648eab0103d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#a89abd290cab4747e57da4648eab0103d" > get_tile_YSiz< / a > (< a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a > SIZ, < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > tile_id, int level)< / td > < / tr >
< tr class = "separator:a89abd290cab4747e57da4648eab0103d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae9e9b509e0078e503da1c0564644a193" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "index__manager_8c.html#ae9e9b509e0078e503da1c0564644a193" > isJPTfeasible< / a > (< a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > index)< / td > < / tr >
< tr class = "memdesc:ae9e9b509e0078e503da1c0564644a193" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > answers if the target is feasible to JPT-stream < a href = "#ae9e9b509e0078e503da1c0564644a193" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae9e9b509e0078e503da1c0564644a193" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a77b5d5af2adb2cfa7ec785b592fc4074" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define FCGI_stderr      stderr< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx()< / a > , < a class = "el" href = "index__manager_8h.html#aeda761f27ce8cb0ed202d0ea2aa64c7e" > parse_jp2file()< / a > , < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata()< / a > , < a class = "el" href = "index__manager_8c.html#a7e9ae91b6cde958c7857680290cce24e" > set_CODmkrdata()< / a > , < a class = "el" href = "index__manager_8c.html#a1050f654e8e86c3b4a72fb30dc8b034a" > set_cptrdata()< / a > , < a class = "el" href = "index__manager_8c.html#a781af2c59898ceecdffb70004cfaf018" > set_ppixdata()< / a > , < a class = "el" href = "index__manager_8c.html#a4031ccd48358b64a1720c15cf87cc5ff" > set_SIZmkrdata()< / a > , < a class = "el" href = "index__manager_8c.html#a5d8213c96df9c2e64b42bfc0f3003141" > set_thixdata()< / a > , and < a class = "el" href = "index__manager_8c.html#ab16c783f41458fea838b5a8ebd892798" > set_tpixdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "ac322e421aefb8ec9ccc10bef953e3d82" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define FCGI_stdout      stdout< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a31c99676da88bb0bcdb350710f00fa96" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define logstream      stderr< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8h.html#aeda761f27ce8cb0ed202d0ea2aa64c7e" > parse_jp2file()< / a > , < a class = "el" href = "index__manager_8h.html#a91bf084c1866b14553ed020304e38f9a" > print_COD()< / a > , < a class = "el" href = "index__manager_8h.html#acba4fd559491e3b10a80e0d14839c8bf" > print_index()< / a > , and < a class = "el" href = "index__manager_8h.html#a13edadac7bbb0f6c68e320955f61e9d0" > print_SIZ()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "aef72d99e5b07983bcf9b7ba3b76f0c61" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > check_JP2boxidx < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "box__manager_8h.html#a8216a321224a5eceda1d802a47bed784" > boxlist_param_t< / a > *  < / td >
< td class = "paramname" > < em > toplev_boxlist< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > chekc JP2 box indexing < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > toplev_boxlist< / td > < td > top level box list < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if correct (true) or wrong (false) < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "box__manager_8c.html#ac907241542ef0cd6e13deafffde74363" > fetch_DBox1byte()< / a > , < a class = "el" href = "box__manager_8c.html#a46342c34b100e9174966f70bf36936ef" > fetch_DBox8bytebigendian()< / a > , < a class = "el" href = "box__manager_8c.html#a10d0b1c901f1ac161305c2b5b45aca5e" > gene_childboxbyType()< / a > , < a class = "el" href = "boxheader__manager_8c.html#acef0f9dedbcfe391a86a87b5693fda5a" > gene_childboxheader()< / a > , < a class = "el" href = "structboxheader__param.html#aabf782e3d43e158e4477308c11670ac4" > boxheader_param::headlen< / a > , < a class = "el" href = "structboxheader__param.html#a2a90e59fdad1a3ff2c0f40b4dfff7ed1" > boxheader_param::length< / a > , < a class = "el" href = "structbox__param.html#a3f675a72aeb95c732b88ab45e8446a4e" > box_param::length< / a > , < a class = "el" href = "structbox__param.html#a6ea7450cb7dad8229f9f80deeecb3653" > box_param::offset< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "box__manager_8c.html#ad9d347a84614e1e2bfd4464f22fbd2c5" > search_box()< / a > , < a class = "el" href = "index__manager_8c.html#a1050f654e8e86c3b4a72fb30dc8b034a" > set_cptrdata()< / a > , < a class = "el" href = "index__manager_8c.html#a73ddf4f40d7da955735a4fdb9b2c1d80" > set_mainmhixdata()< / a > , < a class = "el" href = "index__manager_8c.html#a781af2c59898ceecdffb70004cfaf018" > set_ppixdata()< / a > , < a class = "el" href = "index__manager_8c.html#a5d8213c96df9c2e64b42bfc0f3003141" > set_thixdata()< / a > , < a class = "el" href = "index__manager_8c.html#ab16c783f41458fea838b5a8ebd892798" > set_tpixdata()< / a > , and < a class = "el" href = "structboxheader__param.html#ad64aefab7bef517b0bfe152352f89d99" > boxheader_param::type< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8h.html#aeda761f27ce8cb0ed202d0ea2aa64c7e" > parse_jp2file()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a02ddb84f0afb66d882fd5c795e35e7a9" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void delete_COD < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#a4b304973391a206d69d52931370350c3" > CODmarker_param_t< / a >   < / td >
< td class = "paramname" > < em > COD< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > delete dynamic arrays in COD marker < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > COD< / td > < td > COD marker information < / td > < / tr >
< / table >
< / dd >
< / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#aecda2eeb8332cff348b11d0c09540b9c" > CODmarker_param::XPsiz< / a > , and < a class = "el" href = "struct_c_o_dmarker__param.html#a9991aeac9582166cff53a31a17ac4e1a" > CODmarker_param::YPsiz< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8h.html#a8547a6683f5846c256ed1a0b5a55ad29" > delete_index()< / a > , and < a class = "el" href = "jp2k__encoder_8c.html#a5aafbf746124f238d36a0eeeb442ac7a" > recons_codestream_from_JPPstream()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a8547a6683f5846c256ed1a0b5a55ad29" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void delete_index < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > **  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > delete index < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in,out]< / td > < td class = "paramname" > index< / td > < td > addressof the index pointer < / td > < / tr >
< / table >
< / dd >
< / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a02ddb84f0afb66d882fd5c795e35e7a9" > delete_COD()< / a > , < a class = "el" href = "faixbox__manager_8c.html#a1581a7f929f81787b929fb8666152cd7" > delete_faixbox()< / a > , < a class = "el" href = "metadata__manager_8c.html#aaf53c8e8dc223c54970487cafe2ba7eb" > delete_metadatalist()< / a > , < a class = "el" href = "mhixbox__manager_8c.html#a93e96cdf2beb6d3a4d5f30e462e2c079" > delete_mhixbox()< / a > , and < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "target__manager_8h.html#ab1b6dde48f43ef27ae5c48582412d5e9" > delete_target()< / a > , and < a class = "el" href = "openjpip_8h.html#a94cba1bb36c08739e9983119af4d47e2" > destroy_index()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a61077e24d0da732927e3eea3a5413348" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "index__manager_8h.html#a3de46cb732f0f7edb4a5e04b3fcdd8c7" > range_param_t< / a > get_tile_range < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > Osiz< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > siz< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > TOsiz< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > Tsiz< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > tile_XYid< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > level< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#aecefdbf80129b12f2ef66ccfbedbb7fe" > max()< / a > , < a class = "el" href = "structrange__param.html#a610da2d205ffde3ab43c83ef0eaaf3c1" > range_param::maxvalue< / a > , < a class = "el" href = "index__manager_8c.html#ac1d9c713f42b405f9e353ec99b880755" > min()< / a > , and < a class = "el" href = "structrange__param.html#adf2276321c59f98453800a4d35435048" > range_param::minvalue< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8h.html#a2e6b72c6590f693f84e3975997c94989" > get_tile_Xrange()< / a > , < a class = "el" href = "index__manager_8h.html#aa881371ab6d9fe66e6150451d43fd4f6" > get_tile_Yrange()< / a > , and < a class = "el" href = "index__manager_8c.html#a7e9ae91b6cde958c7857680290cce24e" > set_CODmkrdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a2e6b72c6590f693f84e3975997c94989" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "index__manager_8h.html#a3de46cb732f0f7edb4a5e04b3fcdd8c7" > range_param_t< / a > get_tile_Xrange < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a >   < / td >
< td class = "paramname" > < em > SIZ< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > tile_id< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > level< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > get horizontal range of the tile in reference grid < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > SIZ< / td > < td > SIZ marker information < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > tile_id< / td > < td > tile id < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > level< / td > < td > decomposition level < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > structured range parameter < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a61077e24d0da732927e3eea3a5413348" > get_tile_range()< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#aafe7317077e6f622c29cbad5c76b1e0e" > SIZmarker_param::XOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a9a138921fb5a8e902b627ae02b6ffb3f" > SIZmarker_param::Xsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79168a3b2807f62ba9efd85676e4ca7c" > SIZmarker_param::XTnum< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a90f95a5cbb8edd382b995e8bfd0f56f9" > SIZmarker_param::XTOsiz< / a > , and < a class = "el" href = "struct_s_i_zmarker__param.html#ad8dca49bdd3b445532a377cf29cc5616" > SIZmarker_param::XTsiz< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "jpip__parser_8c.html#a72490e3e8ccd2d8d102a15affea987ec" > enqueue_imagedata()< / a > , and < a class = "el" href = "index__manager_8h.html#a363e109f12af309bc22a5fbc251b46ce" > get_tile_XSiz()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a363e109f12af309bc22a5fbc251b46ce" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > get_tile_XSiz < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a >   < / td >
< td class = "paramname" > < em > SIZ< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > tile_id< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > level< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > get tile wdith at the decomposition level < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > SIZ< / td > < td > SIZ marker information < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > tile_id< / td > < td > tile id < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > level< / td > < td > decomposition level < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > tile width < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a2e6b72c6590f693f84e3975997c94989" > get_tile_Xrange()< / a > , < a class = "el" href = "structrange__param.html#a610da2d205ffde3ab43c83ef0eaaf3c1" > range_param::maxvalue< / a > , and < a class = "el" href = "structrange__param.html#adf2276321c59f98453800a4d35435048" > range_param::minvalue< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "jp2k__encoder_8c.html#af9e2f5bb2cb187a84fcbe42ea66bf3ca" > comp_numOfprcts()< / a > , < a class = "el" href = "jpip__parser_8c.html#aca2006bf1afcda0f917aa7794bb6f287" > enqueue_allprecincts()< / a > , and < a class = "el" href = "jpip__parser_8c.html#aebe387634751d8d7d253ec5b9273f093" > enqueue_precincts()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "aa881371ab6d9fe66e6150451d43fd4f6" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "index__manager_8h.html#a3de46cb732f0f7edb4a5e04b3fcdd8c7" > range_param_t< / a > get_tile_Yrange < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a >   < / td >
< td class = "paramname" > < em > SIZ< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > tile_id< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > level< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > get vertical range of the tile in reference grid < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > SIZ< / td > < td > SIZ marker information < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > tile_id< / td > < td > tile id < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > level< / td > < td > decomposition level < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > structured range parameter < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a61077e24d0da732927e3eea3a5413348" > get_tile_range()< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79168a3b2807f62ba9efd85676e4ca7c" > SIZmarker_param::XTnum< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a6871c1df6924ded7d2bbda1db7d4d22e" > SIZmarker_param::YOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a0f9f980e4c36fb394b87f4041b8344c6" > SIZmarker_param::Ysiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a3d2f0d96ab372070bcd8a9d3b85a2d07" > SIZmarker_param::YTOsiz< / a > , and < a class = "el" href = "struct_s_i_zmarker__param.html#aa1dc0a9082714efdd8bfa4c6ed6e3327" > SIZmarker_param::YTsiz< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "jpip__parser_8c.html#a72490e3e8ccd2d8d102a15affea987ec" > enqueue_imagedata()< / a > , and < a class = "el" href = "index__manager_8h.html#a89abd290cab4747e57da4648eab0103d" > get_tile_YSiz()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a89abd290cab4747e57da4648eab0103d" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > get_tile_YSiz < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a >   < / td >
< td class = "paramname" > < em > SIZ< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > tile_id< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > level< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#aa881371ab6d9fe66e6150451d43fd4f6" > get_tile_Yrange()< / a > , < a class = "el" href = "structrange__param.html#a610da2d205ffde3ab43c83ef0eaaf3c1" > range_param::maxvalue< / a > , and < a class = "el" href = "structrange__param.html#adf2276321c59f98453800a4d35435048" > range_param::minvalue< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "jp2k__encoder_8c.html#af9e2f5bb2cb187a84fcbe42ea66bf3ca" > comp_numOfprcts()< / a > , < a class = "el" href = "jpip__parser_8c.html#aca2006bf1afcda0f917aa7794bb6f287" > enqueue_allprecincts()< / a > , and < a class = "el" href = "jpip__parser_8c.html#aebe387634751d8d7d253ec5b9273f093" > enqueue_precincts()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "ae9e9b509e0078e503da1c0564644a193" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > isJPTfeasible < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a >   < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > answers if the target is feasible to JPT-stream < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > index< / td > < td > index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > true if JPT-stream is feasible < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "faixbox__manager_8c.html#a9dc6a52e3b73d819c3cca6ee29c1485d" > get_nmax()< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , and < a class = "el" href = "structindex__param.html#abbf2b7d27ed7e860fd67ba9a58af1514" > index_param::tilepart< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "target__manager_8h.html#afff9d3a8abcbaa01253c294506dc96ba" > gene_target()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "aecefdbf80129b12f2ef66ccfbedbb7fe" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > max < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > n1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > n2< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#a61077e24d0da732927e3eea3a5413348" > get_tile_range()< / a > , < a class = "el" href = "group___o_p_j___i_n_t_m_a_t_h.html#ga20a9a9e2aee9a99897131989b4a9e7e9" > opj_int64_clamp()< / a > , < a class = "el" href = "group___o_p_j___i_n_t_m_a_t_h.html#gaefb4572107a9aea093be96d966869a0d" > opj_int_clamp()< / a > , < a class = "el" href = "group___j_p2.html#ga8c6a6b30b72a7814f8caf2a95aed9e14" > opj_jp2_apply_pclr()< / a > , < a class = "el" href = "group___t1.html#ga0066492bf8c292bf235c1c754a3272bf" > opj_t1_encode_cblk()< / a > , < a class = "el" href = "group___t_c_d.html#ga15fc40d9b891d32df8ec516473d9f15e" > opj_tcd_rateallocate()< / a > , and < a class = "el" href = "index__manager_8c.html#a7e9ae91b6cde958c7857680290cce24e" > set_CODmkrdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "ac1d9c713f42b405f9e353ec99b880755" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a > min < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > n1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36" > Byte4_t< / a >   < / td >
< td class = "paramname" > < em > n2< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#a61077e24d0da732927e3eea3a5413348" > get_tile_range()< / a > , < a class = "el" href = "group___o_p_j___i_n_t_m_a_t_h.html#ga20a9a9e2aee9a99897131989b4a9e7e9" > opj_int64_clamp()< / a > , < a class = "el" href = "group___o_p_j___i_n_t_m_a_t_h.html#gaefb4572107a9aea093be96d966869a0d" > opj_int_clamp()< / a > , < a class = "el" href = "group___t_c_d.html#ga15fc40d9b891d32df8ec516473d9f15e" > opj_tcd_rateallocate()< / a > , and < a class = "el" href = "index__manager_8c.html#a7e9ae91b6cde958c7857680290cce24e" > set_CODmkrdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "aeda761f27ce8cb0ed202d0ea2aa64c7e" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > * parse_jp2file < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > fd< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > parse JP2 file AnnexI: Indexing JPEG2000 files for JPIP < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > fd< / td > < td > file descriptor of the JP2 file < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > pointer to the generated structure of index parameters < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx()< / a > , < a class = "el" href = "metadata__manager_8c.html#a03c8182628aa31f07dbca72fe966676a" > const_metadatalist()< / a > , < a class = "el" href = "box__manager_8c.html#ad72e15be902a7c0cdfee23468250fff5" > delete_boxlist()< / a > , < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "box__manager_8c.html#a0c5e97f8df3073b59d319c237844d3fd" > get_boxstructure()< / a > , < a class = "el" href = "byte__manager_8c.html#a955af5bd7b57f186c3174728fa160ff0" > get_filesize()< / a > , < a class = "el" href = "index__manager_8c.html#a31c99676da88bb0bcdb350710f00fa96" > logstream< / a > , < a class = "el" href = "structindex__param.html#aff731fe41300090d3dce7fb28d6cb245" > index_param::metadatalist< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "group___m_i_s_c.html#ga49c70931cbed786f6eef5f095bcb2917" > opj_malloc()< / a > , < a class = "el" href = "box__manager_8c.html#ad9d347a84614e1e2bfd4464f22fbd2c5" > search_box()< / a > , and < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "target__manager_8h.html#afff9d3a8abcbaa01253c294506dc96ba" > gene_target()< / a > , and < a class = "el" href = "openjpip_8h.html#a191391a64b5ce564276e3ed5f9ac138b" > get_index_from_JP2file()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a91bf084c1866b14553ed020304e38f9a" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void print_COD < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#a4b304973391a206d69d52931370350c3" > CODmarker_param_t< / a >   < / td >
< td class = "paramname" > < em > COD< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > print Coding style default COD parameters < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > COD< / td > < td > COD marker information < / td > < / tr >
< / table >
< / dd >
< / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a31c99676da88bb0bcdb350710f00fa96" > logstream< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a8b5a7ec3922783dbb050dd2c6ee729a3" > CODmarker_param::numOfdecomp< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a4b9375e1901cd5ab4ac9b1326f404758" > CODmarker_param::numOflayers< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a5ae73f1bec721bdd4d33728091db15b6" > CODmarker_param::prog_order< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a4fa6918eab9671421653498def3f4df7" > CODmarker_param::Scod< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#aecda2eeb8332cff348b11d0c09540b9c" > CODmarker_param::XPsiz< / a > , and < a class = "el" href = "struct_c_o_dmarker__param.html#a9991aeac9582166cff53a31a17ac4e1a" > CODmarker_param::YPsiz< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8h.html#acba4fd559491e3b10a80e0d14839c8bf" > print_index()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "acba4fd559491e3b10a80e0d14839c8bf" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void print_index < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a >   < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > print index parameters < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > index< / td > < td > index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "structindex__param.html#afa72b843bc8f565df4952f6c32c719c9" > index_param::COD< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a8de864778880574d3b7c27dd13462a85" > SIZmarker_param::Csiz< / a > , < a class = "el" href = "structindex__param.html#af732c1871097cef89530934204d4823b" > index_param::length< / a > , < a class = "el" href = "index__manager_8c.html#a31c99676da88bb0bcdb350710f00fa96" > logstream< / a > , < a class = "el" href = "structindex__param.html#aff731fe41300090d3dce7fb28d6cb245" > index_param::metadatalist< / a > , < a class = "el" href = "structindex__param.html#a43ec7f75fe5fc903531e69de5737658d" > index_param::mhead_length< / a > , < a class = "el" href = "structindex__param.html#a923a5652592c70120e7e85e865063dae" > index_param::offset< / a > , < a class = "el" href = "structindex__param.html#a7400fd13418cd272c8049388721688aa" > index_param::precpacket< / a > , < a class = "el" href = "metadata__manager_8c.html#a8ec018d5900f7a94fed49db0d823e508" > print_allmetadata()< / a > , < a class = "el" href = "index__manager_8c.html#a91bf084c1866b14553ed020304e38f9a" > print_COD()< / a > , < a class = "el" href = "faixbox__manager_8c.html#a3a0527aede0de06ba60cfc8cfebc029e" > print_faixbox()< / a > , < a class = "el" href = "mhixbox__manager_8c.html#a2639dde4d8531a6c04887b46cded28c5" > print_mhixbox()< / a > , < a class = "el" href = "index__manager_8c.html#a13edadac7bbb0f6c68e320955f61e9d0" > print_SIZ()< / a > , < a class = "el" href = "structindex__param.html#ac0cfeb5e5e37084dbf91cd4df98948be" > index_param::SIZ< / a > , < a class = "el" href = "structindex__param.html#a91e41933bf853c2a6cab52b41aa807a1" > index_param::tileheader< / a > , < a class = "el" href = "structindex__param.html#abbf2b7d27ed7e860fd67ba9a58af1514" > index_param::tilepart< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79168a3b2807f62ba9efd85676e4ca7c" > SIZmarker_param::XTnum< / a > , and < a class = "el" href = "struct_s_i_zmarker__param.html#a5a9e6d3f2d4918549184415e4b19eea0" > SIZmarker_param::YTnum< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "openjpip_8h.html#a2ff3d3894ccf463eb4f1fd87ca408dcb" > output_index()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a13edadac7bbb0f6c68e320955f61e9d0" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void print_SIZ < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a >   < / td >
< td class = "paramname" > < em > SIZ< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > print Image and Tile SIZ parameters < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > SIZ< / td > < td > SIZ marker information < / td > < / tr >
< / table >
< / dd >
< / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "struct_s_i_zmarker__param.html#a8de864778880574d3b7c27dd13462a85" > SIZmarker_param::Csiz< / a > , < a class = "el" href = "index__manager_8c.html#a31c99676da88bb0bcdb350710f00fa96" > logstream< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a87cc22a74996709f8ff25e4a80cc6e91" > SIZmarker_param::Rsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a13718b50fb1f83e7e5eb9ef931a553e9" > SIZmarker_param::Ssiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#aafe7317077e6f622c29cbad5c76b1e0e" > SIZmarker_param::XOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79ad27514d2f6de09b1dc2487c41e59d" > SIZmarker_param::XRsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a9a138921fb5a8e902b627ae02b6ffb3f" > SIZmarker_param::Xsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79168a3b2807f62ba9efd85676e4ca7c" > SIZmarker_param::XTnum< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a90f95a5cbb8edd382b995e8bfd0f56f9" > SIZmarker_param::XTOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#ad8dca49bdd3b445532a377cf29cc5616" > SIZmarker_param::XTsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a6871c1df6924ded7d2bbda1db7d4d22e" > SIZmarker_param::YOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a93eb50194320c4282d09617e853518c1" > SIZmarker_param::YRsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a0f9f980e4c36fb394b87f4041b8344c6" > SIZmarker_param::Ysiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a5a9e6d3f2d4918549184415e4b19eea0" > SIZmarker_param::YTnum< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a3d2f0d96ab372070bcd8a9d3b85a2d07" > SIZmarker_param::YTOsiz< / a > , and < a class = "el" href = "struct_s_i_zmarker__param.html#aa1dc0a9082714efdd8bfa4c6ed6e3327" > SIZmarker_param::YTsiz< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8h.html#acba4fd559491e3b10a80e0d14839c8bf" > print_index()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a1bca84a98c266c9da610ebbb5d17e83c" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_cidxdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *  < / td >
< td class = "paramname" > < em > cidx_box< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *  < / td >
< td class = "paramname" > < em > codeidx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set code index parameters (parse cidx box) Annex I < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > cidx_box< / td > < td > pointer to the reference cidx_box < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > codeidx< / td > < td > pointer to index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "manfbox__manager_8c.html#a79f039f4170fa5673abd188e4649b717" > delete_manfbox()< / a > , < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3" > box_param::fd< / a > , < a class = "el" href = "box__manager_8c.html#af72156ca09a2c48d26b001b2897bd442" > gene_boxbyType()< / a > , < a class = "el" href = "manfbox__manager_8c.html#a7c8a7b0c84e1ad9d858c16ed4888b7f1" > gene_manfbox()< / a > , < a class = "el" href = "box__manager_8c.html#a177899ef17695f68a34abaff3795175c" > get_DBoxlen()< / a > , < a class = "el" href = "box__manager_8c.html#aa6d6dd0304ffedcb0c67ef23cf62e38a" > get_DBoxoff()< / a > , < a class = "el" href = "structindex__param.html#af732c1871097cef89530934204d4823b" > index_param::length< / a > , < a class = "el" href = "structindex__param.html#a923a5652592c70120e7e85e865063dae" > index_param::offset< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "manfbox__manager_8c.html#a6574f4f07559e5bffc3fafc4a8689249" > search_boxheader()< / a > , < a class = "el" href = "codestream__manager_8c.html#abe246d173d4accb765de170e9976cd20" > set_codestream()< / a > , < a class = "el" href = "index__manager_8c.html#a1050f654e8e86c3b4a72fb30dc8b034a" > set_cptrdata()< / a > , < a class = "el" href = "index__manager_8c.html#a73ddf4f40d7da955735a4fdb9b2c1d80" > set_mainmhixdata()< / a > , < a class = "el" href = "index__manager_8c.html#a781af2c59898ceecdffb70004cfaf018" > set_ppixdata()< / a > , < a class = "el" href = "index__manager_8c.html#a5d8213c96df9c2e64b42bfc0f3003141" > set_thixdata()< / a > , and < a class = "el" href = "index__manager_8c.html#ab16c783f41458fea838b5a8ebd892798" > set_tpixdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8h.html#aeda761f27ce8cb0ed202d0ea2aa64c7e" > parse_jp2file()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a7e9ae91b6cde958c7857680290cce24e" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_CODmkrdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "mhixbox__manager_8h.html#a84577a8a4efa8188c74fb2c90f5e3c4b" > markeridx_param_t< / a > *  < / td >
< td class = "paramname" > < em > codmkidx< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "codestream__manager_8h.html#ae63fd7d7c047905a5cd0229f824aff09" > codestream_param_t< / a >   < / td >
< td class = "paramname" > < em > codestream< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#a4b304973391a206d69d52931370350c3" > CODmarker_param_t< / a > *  < / td >
< td class = "paramname" > < em > COD< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set code index parameters from COD marker in codestream A.6 Functional marker segments A.6.1 Coding style default (COD) < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > codmkidx< / td > < td > pointer to COD marker index in mhix box < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > codestream< / td > < td > codestream parameters < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > COD< / td > < td > COD marker parameters pointer < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "structmarkeridx__param.html#a67f2cbaad816454e3137ad669289f4f0" > markeridx_param::code< / a > , < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "marker__manager_8c.html#a310269e7466f3a1588930e9cbc51570c" > fetch_marker1byte()< / a > , < a class = "el" href = "marker__manager_8c.html#ac884dafb92a564a501b1cbc01333d248" > fetch_marker2bytebigendian()< / a > , < a class = "el" href = "index__manager_8c.html#a61077e24d0da732927e3eea3a5413348" > get_tile_range()< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#aaa174b456bfeb15a6bf45e0b775df2c7" > CODmarker_param::Lcod< / a > , < a class = "el" href = "structmarkeridx__param.html#ab8f8d7d018e9a8030a231cbfad67ca92" > markeridx_param::length< / a > , < a class = "el" href = "index__manager_8c.html#aecefdbf80129b12f2ef66ccfbedbb7fe" > max()< / a > , < a class = "el" href = "index__manager_8c.html#ac1d9c713f42b405f9e353ec99b880755" > min()< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a8b5a7ec3922783dbb050dd2c6ee729a3" > CODmarker_param::numOfdecomp< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a4b9375e1901cd5ab4ac9b1326f404758" > CODmarker_param::numOflayers< / a > , < a class = "el" href = "structmarkeridx__param.html#af6076115fd1d74ad8ff0faaa12c35913" > markeridx_param::offset< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga49c70931cbed786f6eef5f095bcb2917" > opj_malloc()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a5ae73f1bec721bdd4d33728091db15b6" > CODmarker_param::prog_order< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#a4fa6918eab9671421653498def3f4df7" > CODmarker_param::Scod< / a > , < a class = "el" href = "marker__manager_8c.html#aeba6604c55d20ce4dafca1c0bd8e1fbc" > set_marker()< / a > , < a class = "el" href = "struct_c_o_dmarker__param.html#aecda2eeb8332cff348b11d0c09540b9c" > CODmarker_param::XPsiz< / a > , and < a class = "el" href = "struct_c_o_dmarker__param.html#a9991aeac9582166cff53a31a17ac4e1a" > CODmarker_param::YPsiz< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#a1050f654e8e86c3b4a72fb30dc8b034a" > set_cptrdata()< / a > , and < a class = "el" href = "index__manager_8c.html#a73ddf4f40d7da955735a4fdb9b2c1d80" > set_mainmhixdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a1050f654e8e86c3b4a72fb30dc8b034a" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_cptrdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *  < / td >
< td class = "paramname" > < em > cidx_box< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *  < / td >
< td class = "paramname" > < em > jp2idx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set code index parameters from cptr box I.3.2.2 Codestream Finder box < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > cidx_box< / td > < td > pointer to the reference cidx_box < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > jp2idx< / td > < td > pointer to index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
< p > < cptr box < / p >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3" > box_param::fd< / a > , < a class = "el" href = "box__manager_8c.html#a28a029e965842146cac12fcf05757c66" > fetch_DBox2bytebigendian()< / a > , < a class = "el" href = "box__manager_8c.html#a46342c34b100e9174966f70bf36936ef" > fetch_DBox8bytebigendian()< / a > , < a class = "el" href = "box__manager_8c.html#af72156ca09a2c48d26b001b2897bd442" > gene_boxbyType()< / a > , < a class = "el" href = "box__manager_8c.html#a177899ef17695f68a34abaff3795175c" > get_DBoxlen()< / a > , < a class = "el" href = "box__manager_8c.html#aa6d6dd0304ffedcb0c67ef23cf62e38a" > get_DBoxoff()< / a > , < a class = "el" href = "structindex__param.html#af732c1871097cef89530934204d4823b" > index_param::length< / a > , < a class = "el" href = "structindex__param.html#a923a5652592c70120e7e85e865063dae" > index_param::offset< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "index__manager_8c.html#a7e9ae91b6cde958c7857680290cce24e" > set_CODmkrdata()< / a > , and < a class = "el" href = "index__manager_8c.html#a4031ccd48358b64a1720c15cf87cc5ff" > set_SIZmkrdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx()< / a > , and < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a73ddf4f40d7da955735a4fdb9b2c1d80" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_mainmhixdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *  < / td >
< td class = "paramname" > < em > cidx_box< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "codestream__manager_8h.html#ae63fd7d7c047905a5cd0229f824aff09" > codestream_param_t< / a >   < / td >
< td class = "paramname" > < em > codestream< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *  < / td >
< td class = "paramname" > < em > jp2idx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set code index parameters from mhix box for main header I.3.2.4.3 Header Index Table box < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > cidx_box< / td > < td > pointer to the reference cidx_box < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > codestream< / td > < td > codestream parameters < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > jp2idx< / td > < td > pointer to index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "structindex__param.html#afa72b843bc8f565df4952f6c32c719c9" > index_param::COD< / a > , < a class = "el" href = "mhixbox__manager_8c.html#a93e96cdf2beb6d3a4d5f30e462e2c079" > delete_mhixbox()< / a > , < a class = "el" href = "structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3" > box_param::fd< / a > , < a class = "el" href = "box__manager_8c.html#a46342c34b100e9174966f70bf36936ef" > fetch_DBox8bytebigendian()< / a > , < a class = "el" href = "box__manager_8c.html#af72156ca09a2c48d26b001b2897bd442" > gene_boxbyType()< / a > , < a class = "el" href = "mhixbox__manager_8c.html#ab3cc1c5943e32e078257f5b386f6b32b" > gene_mhixbox()< / a > , < a class = "el" href = "box__manager_8c.html#a177899ef17695f68a34abaff3795175c" > get_DBoxlen()< / a > , < a class = "el" href = "box__manager_8c.html#aa6d6dd0304ffedcb0c67ef23cf62e38a" > get_DBoxoff()< / a > , < a class = "el" href = "structindex__param.html#a43ec7f75fe5fc903531e69de5737658d" > index_param::mhead_length< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "mhixbox__manager_8c.html#a694ec5436b961330f721653a4b3927cd" > search_markeridx()< / a > , < a class = "el" href = "index__manager_8c.html#a7e9ae91b6cde958c7857680290cce24e" > set_CODmkrdata()< / a > , < a class = "el" href = "index__manager_8c.html#a4031ccd48358b64a1720c15cf87cc5ff" > set_SIZmkrdata()< / a > , and < a class = "el" href = "structindex__param.html#ac0cfeb5e5e37084dbf91cd4df98948be" > index_param::SIZ< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx()< / a > , and < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a781af2c59898ceecdffb70004cfaf018" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_ppixdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *  < / td >
< td class = "paramname" > < em > cidx_box< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *  < / td >
< td class = "paramname" > < em > jp2idx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set code index parameters from ppix box I.3.2.4.6 Precinct Packet Index Table box < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > cidx_box< / td > < td > pointer to the reference cidx_box < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > jp2idx< / td > < td > pointer to index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
< p > < manf< / p >
< p > < box headers< / p >
< p > < faix < / p >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "struct_s_i_zmarker__param.html#a8de864778880574d3b7c27dd13462a85" > SIZmarker_param::Csiz< / a > , < a class = "el" href = "manfbox__manager_8c.html#a79f039f4170fa5673abd188e4649b717" > delete_manfbox()< / a > , < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3" > box_param::fd< / a > , < a class = "el" href = "box__manager_8c.html#ab31eb6d1ab6816c613a1938f0cc4b6e1" > gene_boxbyOffset()< / a > , < a class = "el" href = "box__manager_8c.html#af72156ca09a2c48d26b001b2897bd442" > gene_boxbyType()< / a > , < a class = "el" href = "faixbox__manager_8c.html#abaf7613e46716ed834bca340b0065f51" > gene_faixbox()< / a > , < a class = "el" href = "manfbox__manager_8c.html#a7c8a7b0c84e1ad9d858c16ed4888b7f1" > gene_manfbox()< / a > , < a class = "el" href = "box__manager_8c.html#a177899ef17695f68a34abaff3795175c" > get_DBoxlen()< / a > , < a class = "el" href = "box__manager_8c.html#aa6d6dd0304ffedcb0c67ef23cf62e38a" > get_DBoxoff()< / a > , < a class = "el" href = "structbox__param.html#a3f675a72aeb95c732b88ab45e8446a4e" > box_param::length< / a > , < a class = "el" href = "structboxheader__param.html#a24a521b8c32b65e2354e67191c14f232" > boxheader_param::next< / a > , < a class = "el" href = "structbox__param.html#a6ea7450cb7dad8229f9f80deeecb3653" > box_param::offset< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "group___m_i_s_c.html#ga49c70931cbed786f6eef5f095bcb2917" > opj_malloc()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "structindex__param.html#a7400fd13418cd272c8049388721688aa" > index_param::precpacket< / a > , < a class = "el" href = "manfbox__manager_8c.html#a6574f4f07559e5bffc3fafc4a8689249" > search_boxheader()< / a > , and < a class = "el" href = "structindex__param.html#ac0cfeb5e5e37084dbf91cd4df98948be" > index_param::SIZ< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx()< / a > , and < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a4031ccd48358b64a1720c15cf87cc5ff" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_SIZmkrdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "mhixbox__manager_8h.html#a84577a8a4efa8188c74fb2c90f5e3c4b" > markeridx_param_t< / a > *  < / td >
< td class = "paramname" > < em > sizmkidx< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "codestream__manager_8h.html#ae63fd7d7c047905a5cd0229f824aff09" > codestream_param_t< / a >   < / td >
< td class = "paramname" > < em > codestream< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#aad063c864473ce7ae7a16d9955594f3a" > SIZmarker_param_t< / a > *  < / td >
< td class = "paramname" > < em > SIZ< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set SIZ marker information A.5 Fixed information marker segment A.5.1 Image and tile size (SIZ) < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > sizmkidx< / td > < td > pointer to SIZ marker index in mhix box < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > codestream< / td > < td > codestream parameters < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > SIZ< / td > < td > SIZ marker parameters pointer < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "structmarkeridx__param.html#a67f2cbaad816454e3137ad669289f4f0" > markeridx_param::code< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a8de864778880574d3b7c27dd13462a85" > SIZmarker_param::Csiz< / a > , < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "marker__manager_8c.html#a310269e7466f3a1588930e9cbc51570c" > fetch_marker1byte()< / a > , < a class = "el" href = "marker__manager_8c.html#ac884dafb92a564a501b1cbc01333d248" > fetch_marker2bytebigendian()< / a > , < a class = "el" href = "marker__manager_8c.html#a6531c0062e0d866e406543e3f63f9c86" > fetch_marker4bytebigendian()< / a > , < a class = "el" href = "structmarkeridx__param.html#ab8f8d7d018e9a8030a231cbfad67ca92" > markeridx_param::length< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a04d37f31c54e9ff34a328532e83ff059" > SIZmarker_param::Lsiz< / a > , < a class = "el" href = "structmarkeridx__param.html#af6076115fd1d74ad8ff0faaa12c35913" > markeridx_param::offset< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a87cc22a74996709f8ff25e4a80cc6e91" > SIZmarker_param::Rsiz< / a > , < a class = "el" href = "marker__manager_8c.html#aeba6604c55d20ce4dafca1c0bd8e1fbc" > set_marker()< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a13718b50fb1f83e7e5eb9ef931a553e9" > SIZmarker_param::Ssiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#aafe7317077e6f622c29cbad5c76b1e0e" > SIZmarker_param::XOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79ad27514d2f6de09b1dc2487c41e59d" > SIZmarker_param::XRsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a9a138921fb5a8e902b627ae02b6ffb3f" > SIZmarker_param::Xsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79168a3b2807f62ba9efd85676e4ca7c" > SIZmarker_param::XTnum< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a90f95a5cbb8edd382b995e8bfd0f56f9" > SIZmarker_param::XTOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#ad8dca49bdd3b445532a377cf29cc5616" > SIZmarker_param::XTsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a6871c1df6924ded7d2bbda1db7d4d22e" > SIZmarker_param::YOsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a93eb50194320c4282d09617e853518c1" > SIZmarker_param::YRsiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a0f9f980e4c36fb394b87f4041b8344c6" > SIZmarker_param::Ysiz< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a5a9e6d3f2d4918549184415e4b19eea0" > SIZmarker_param::YTnum< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a3d2f0d96ab372070bcd8a9d3b85a2d07" > SIZmarker_param::YTOsiz< / a > , and < a class = "el" href = "struct_s_i_zmarker__param.html#aa1dc0a9082714efdd8bfa4c6ed6e3327" > SIZmarker_param::YTsiz< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#a1050f654e8e86c3b4a72fb30dc8b034a" > set_cptrdata()< / a > , and < a class = "el" href = "index__manager_8c.html#a73ddf4f40d7da955735a4fdb9b2c1d80" > set_mainmhixdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "a5d8213c96df9c2e64b42bfc0f3003141" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_thixdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *  < / td >
< td class = "paramname" > < em > cidx_box< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *  < / td >
< td class = "paramname" > < em > jp2idx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set code index parameters from thix box I.3.2.4.5 Tile Header Index Table box < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > cidx_box< / td > < td > pointer to the reference cidx_box < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > jp2idx< / td > < td > pointer to index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "manfbox__manager_8c.html#a79f039f4170fa5673abd188e4649b717" > delete_manfbox()< / a > , < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3" > box_param::fd< / a > , < a class = "el" href = "structmanfbox__param.html#a84984a1b9a534a0c88d0667ffe6db3df" > manfbox_param::first< / a > , < a class = "el" href = "box__manager_8c.html#af72156ca09a2c48d26b001b2897bd442" > gene_boxbyType()< / a > , < a class = "el" href = "manfbox__manager_8c.html#a7c8a7b0c84e1ad9d858c16ed4888b7f1" > gene_manfbox()< / a > , < a class = "el" href = "mhixbox__manager_8c.html#ab3cc1c5943e32e078257f5b386f6b32b" > gene_mhixbox()< / a > , < a class = "el" href = "box__manager_8c.html#a177899ef17695f68a34abaff3795175c" > get_DBoxlen()< / a > , < a class = "el" href = "box__manager_8c.html#aa6d6dd0304ffedcb0c67ef23cf62e38a" > get_DBoxoff()< / a > , < a class = "el" href = "structbox__param.html#a3f675a72aeb95c732b88ab45e8446a4e" > box_param::length< / a > , < a class = "el" href = "structboxheader__param.html#a24a521b8c32b65e2354e67191c14f232" > boxheader_param::next< / a > , < a class = "el" href = "structbox__param.html#a6ea7450cb7dad8229f9f80deeecb3653" > box_param::offset< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "group___m_i_s_c.html#ga49c70931cbed786f6eef5f095bcb2917" > opj_malloc()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , < a class = "el" href = "structindex__param.html#ac0cfeb5e5e37084dbf91cd4df98948be" > index_param::SIZ< / a > , < a class = "el" href = "structindex__param.html#a91e41933bf853c2a6cab52b41aa807a1" > index_param::tileheader< / a > , < a class = "el" href = "struct_s_i_zmarker__param.html#a79168a3b2807f62ba9efd85676e4ca7c" > SIZmarker_param::XTnum< / a > , and < a class = "el" href = "struct_s_i_zmarker__param.html#a5a9e6d3f2d4918549184415e4b19eea0" > SIZmarker_param::YTnum< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx()< / a > , and < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2020-12-28 22:12:25 +01:00
< a class = "anchor" id = "ab16c783f41458fea838b5a8ebd892798" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > set_tpixdata < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "box__manager_8h.html#aabc1b43d57961c0e224a518c8b8ca09b" > box_param_t< / a > *  < / td >
< td class = "paramname" > < em > cidx_box< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "index__manager_8h.html#ac47781e88a7799358fb9c56238a6a251" > index_param_t< / a > *  < / td >
< td class = "paramname" > < em > jp2idx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > set code index parameters from tpix box I.3.2.4.4 Tile-part Index Table box < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > cidx_box< / td > < td > pointer to the reference cidx_box < / td > < / tr >
< tr > < td class = "paramdir" > [out]< / td > < td class = "paramname" > jp2idx< / td > < td > pointer to index parameters < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > if succeeded (true) or failed (false) < / dd > < / dl >
< p > < tpix box< / p >
< p > < faix box < / p >
2020-12-28 22:12:25 +01:00
< p > References < a class = "el" href = "index__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074" > FCGI_stderr< / a > , < a class = "el" href = "structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3" > box_param::fd< / a > , < a class = "el" href = "box__manager_8c.html#af72156ca09a2c48d26b001b2897bd442" > gene_boxbyType()< / a > , < a class = "el" href = "faixbox__manager_8c.html#abaf7613e46716ed834bca340b0065f51" > gene_faixbox()< / a > , < a class = "el" href = "box__manager_8c.html#a177899ef17695f68a34abaff3795175c" > get_DBoxlen()< / a > , < a class = "el" href = "box__manager_8c.html#aa6d6dd0304ffedcb0c67ef23cf62e38a" > get_DBoxoff()< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "group___m_i_s_c.html#ga2bd00e2482ae36197631bde0665cfdfe" > opj_free()< / a > , < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > , and < a class = "el" href = "structindex__param.html#abbf2b7d27ed7e860fd67ba9a58af1514" > index_param::tilepart< / a > .< / p >
2015-07-10 18:06:19 +02:00
2020-12-28 22:12:25 +01:00
< p > Referenced by < a class = "el" href = "index__manager_8c.html#aef72d99e5b07983bcf9b7ba3b76f0c61" > check_JP2boxidx()< / a > , and < a class = "el" href = "index__manager_8c.html#a1bca84a98c266c9da610ebbb5d17e83c" > set_cidxdata()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
< / 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" / >
2020-12-28 22:12:25 +01:00
< / a > 1.8.11
2015-07-10 18:06:19 +02:00
< / small > < / address >
< / body >
< / html >