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" / >
2016-09-29 22:38:29 +02:00
< meta name = "generator" content = "Doxygen 1.8.10" / >
2015-07-10 18:06:19 +02:00
< title > OpenJPEG: opj_includes.h 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
2017-08-10 06:39:58 +02:00
  < span id = "projectnumber" > 2.2.0< / span >
2015-07-10 18:06:19 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2016-09-29 22:38:29 +02:00
<!-- Generated by Doxygen 1.8.10 -->
2015-07-10 18:06:19 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "pages.html" > < span > Related  Pages< / span > < / a > < / li >
< li > < a href = "modules.html" > < span > Modules< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Data  Structures< / span > < / a > < / li >
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "files.html" > < span > File  List< / span > < / a > < / li >
< li > < a href = "globals.html" > < span > Globals< / span > < / a > < / li >
< / ul >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_d522931ffa1371640980b621734a4381.html" > Users< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_694e20c96f4fc1be4aed4f026eadce94.html" > antonin< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_3ca1ad36e65e03f9e8d67ddc2553765b.html" > dev< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_181a881edfcb8646dab693a228fa6bde.html" > opj< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_5064bb5511811c3176850b7e47443f14.html" > github< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_0b20524d8f8835ca75acc430451c8412.html" > openjpeg< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_e3f8a8e294f8271ee71cbcf3c2acacc1.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_da83fe5fdfb6c4554d36abffc03790ad.html" > lib< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_68013e83e260d17d49dee5e209315608.html" > openjp2< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
2016-09-29 22:38:29 +02:00
< a href = "#define-members" > Macros< / a > |
2017-08-10 06:39:58 +02:00
< a href = "#typedef-members" > Typedefs< / a > |
2016-09-29 22:38:29 +02:00
< a href = "#func-members" > Functions< / a > < / div >
2015-07-10 18:06:19 +02:00
< div class = "headertitle" >
< div class = "title" > opj_includes.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < code > #include " opj_config_private.h" < / code > < br / >
< code > #include < memory.h> < / code > < br / >
< code > #include < stdlib.h> < / code > < br / >
< code > #include < string.h> < / code > < br / >
< code > #include < math.h> < / code > < br / >
< code > #include < float.h> < / code > < br / >
< code > #include < time.h> < / code > < br / >
< code > #include < stdio.h> < / code > < br / >
< code > #include < stdarg.h> < / code > < br / >
< code > #include < ctype.h> < / code > < br / >
< code > #include < assert.h> < / code > < br / >
2017-08-10 06:39:58 +02:00
< code > #include < limits.h> < / code > < br / >
2015-07-10 18:06:19 +02:00
< code > #include " < a class = "el" href = "openjpeg_8h_source.html" > openjpeg.h< / a > " < / 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 = "opj__clock_8h_source.html" > opj_clock.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "opj__malloc_8h_source.html" > opj_malloc.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "event_8h_source.html" > event.h< / a > " < / code > < br / >
2016-09-29 22:38:29 +02:00
< code > #include " < a class = "el" href = "function__list_8h_source.html" > function_list.h< / a > " < / code > < br / >
2015-07-10 18:06:19 +02:00
< code > #include " < a class = "el" href = "bio_8h_source.html" > bio.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "cio_8h_source.html" > cio.h< / a > " < / code > < br / >
2017-08-10 06:39:58 +02:00
< code > #include " < a class = "el" href = "thread_8h_source.html" > thread.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "tls__keys_8h_source.html" > tls_keys.h< / a > " < / code > < br / >
2015-07-10 18:06:19 +02:00
< code > #include " < a class = "el" href = "image_8h_source.html" > image.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "invert_8h_source.html" > invert.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "j2k_8h_source.html" > j2k.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "jp2_8h_source.html" > jp2.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "mqc_8h_source.html" > mqc.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "pi_8h_source.html" > pi.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "tgt_8h_source.html" > tgt.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "tcd_8h_source.html" > tcd.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "t1_8h_source.html" > t1.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "dwt_8h_source.html" > dwt.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "t2_8h_source.html" > t2.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "mct_8h_source.html" > mct.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "opj__intmath_8h_source.html" > opj_intmath.h< / a > " < / code > < br / >
< code > #include " openjpwl/jpwl.h" < / code > < br / >
< code > #include " < a class = "el" href = "opj__codec_8h_source.html" > opj_codec.h< / a > " < / code > < br / >
< / div >
< p > < a href = "opj__includes_8h_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "define-members" > < / a >
Macros< / h2 > < / td > < / tr >
< tr class = "memitem:a66051c67bcebedb8a341f0cccee37e1b" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#a66051c67bcebedb8a341f0cccee37e1b" > OPJ_FSEEK< / a > (stream, offset, whence)      fseek(stream,offset,whence)< / td > < / tr >
< tr class = "separator:a66051c67bcebedb8a341f0cccee37e1b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6091261e0ee48b09b58beb5bb38b636a" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#a6091261e0ee48b09b58beb5bb38b636a" > OPJ_FSTAT< / a > (fildes, stat_buff)      fstat(fildes,stat_buff)< / td > < / tr >
< tr class = "separator:a6091261e0ee48b09b58beb5bb38b636a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af749884570cfedfbcae971535eb31be2" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#af749884570cfedfbcae971535eb31be2" > OPJ_FTELL< / a > (stream)      ftell(stream)< / td > < / tr >
< tr class = "separator:af749884570cfedfbcae971535eb31be2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7514d5d53d45bfcca16e66b6b97fddb" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#aa7514d5d53d45bfcca16e66b6b97fddb" > OPJ_STAT_STRUCT_T< / a >       struct stat< / td > < / tr >
< tr class = "separator:aa7514d5d53d45bfcca16e66b6b97fddb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af83cb61a965775033235fb5c043e617f" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#af83cb61a965775033235fb5c043e617f" > OPJ_STAT< / a > (path, stat_buff)      stat(path,stat_buff)< / td > < / tr >
< tr class = "separator:af83cb61a965775033235fb5c043e617f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-09-29 22:38:29 +02:00
< tr class = "memitem:a47acbf7ae97e1ef7371a1c92a42505b2" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#a47acbf7ae97e1ef7371a1c92a42505b2" > OPJ_RESTRICT< / a >       /* restrict */< / td > < / tr >
< tr class = "separator:a47acbf7ae97e1ef7371a1c92a42505b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8cd74f16e8d8d462ad6f4c7a6103ba40" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#a8cd74f16e8d8d462ad6f4c7a6103ba40" > OPJ_NOSANITIZE< / a > (kind)< / td > < / tr >
< tr class = "separator:a8cd74f16e8d8d462ad6f4c7a6103ba40" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2017-08-10 06:39:58 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
< tr class = "memitem:ae64d2795e8dbcd9ff6d8e1ebd904ce80" > < td class = "memItemLeft" align = "right" valign = "top" > typedef unsigned int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#ae64d2795e8dbcd9ff6d8e1ebd904ce80" > OPJ_BITFIELD< / a > < / td > < / tr >
< tr class = "separator:ae64d2795e8dbcd9ff6d8e1ebd904ce80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2016-09-29 22:38:29 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aca8ace07bd7ad33de0fe3773dd36c5d3" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "openjpeg_8h.html#a2eb6f9e0395b47b8d5e3eeae4fe0c116" > INLINE< / a > long  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "opj__includes_8h.html#aca8ace07bd7ad33de0fe3773dd36c5d3" > opj_lrintf< / a > (float f)< / td > < / tr >
< tr class = "separator:aca8ace07bd7ad33de0fe3773dd36c5d3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2015-07-10 18:06:19 +02:00
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
< a class = "anchor" id = "a66051c67bcebedb8a341f0cccee37e1b" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define OPJ_FSEEK< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > stream, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > offset, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > whence  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       fseek(stream,offset,whence)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Referenced by < a class = "el" href = "openjpeg_8c.html#a12856d08877dbc3558a47a56553a8c8e" > opj_get_data_length_from_file()< / a > , < a class = "el" href = "openjpeg_8c.html#a3aab793d4767e2899acba18567bb38fa" > opj_seek_from_file()< / a > , and < a class = "el" href = "openjpeg_8c.html#ae8060b5a32b0a58fd0485a04f55de141" > opj_skip_from_file()< / a > .< / p >
< / div >
< / div >
< a class = "anchor" id = "a6091261e0ee48b09b58beb5bb38b636a" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define OPJ_FSTAT< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > fildes, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > stat_buff  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       fstat(fildes,stat_buff)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "af749884570cfedfbcae971535eb31be2" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define OPJ_FTELL< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > stream< / td > < td > )< / td >
< td >       ftell(stream)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Referenced by < a class = "el" href = "openjpeg_8c.html#a12856d08877dbc3558a47a56553a8c8e" > opj_get_data_length_from_file()< / a > .< / p >
2016-09-29 22:38:29 +02:00
< / div >
< / div >
< a class = "anchor" id = "a8cd74f16e8d8d462ad6f4c7a6103ba40" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define OPJ_NOSANITIZE< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > kind< / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a47acbf7ae97e1ef7371a1c92a42505b2" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define OPJ_RESTRICT      /* restrict */< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2017-08-10 06:39:58 +02:00
< p > Referenced by < a class = "el" href = "group___d_w_t.html#ga403bd8bf5833ad7b859499006bc94bfc" > opj_dwt_decode_real()< / a > , < a class = "el" href = "group___d_w_t.html#ga473550255363b8acb0c9b10a6dbac434" > opj_dwt_decode_tile()< / a > , < a class = "el" href = "t1_8c.html#a4f37cf7aca8eb1313fe5bc320c85ad55" > opj_t1_clbl_decode_processor()< / a > , < a class = "el" href = "group___t1.html#ga20cf3c3ce3f470e6311e96bf6e365cb0" > opj_t1_decode_cblks()< / a > , < a class = "el" href = "group___t1.html#gada55dfa54a9324f948a3383ed95aedc5" > opj_t1_encode_cblks()< / a > , < a class = "el" href = "group___d_w_t.html#ga8894826af3ccbb0ca37f78750eb4e891" > opj_v4dwt_decode_step1()< / a > , < a class = "el" href = "group___d_w_t.html#ga094fd3d3e5a1a1f8b00c5340872f037e" > opj_v4dwt_interleave_h()< / a > , and < a class = "el" href = "group___d_w_t.html#gafd9564a93feba5c3a554ee00b2332ef8" > opj_v4dwt_interleave_v()< / a > .< / p >
2016-09-29 22:38:29 +02:00
2015-07-10 18:06:19 +02:00
< / div >
< / div >
< a class = "anchor" id = "af83cb61a965775033235fb5c043e617f" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define OPJ_STAT< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > path, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > stat_buff  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       stat(path,stat_buff)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "aa7514d5d53d45bfcca16e66b6b97fddb" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define OPJ_STAT_STRUCT_T      struct stat< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2017-08-10 06:39:58 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Typedef Documentation< / h2 >
< a class = "anchor" id = "ae64d2795e8dbcd9ff6d8e1ebd904ce80" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef unsigned int < a class = "el" href = "opj__includes_8h.html#ae64d2795e8dbcd9ff6d8e1ebd904ce80" > OPJ_BITFIELD< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2016-09-29 22:38:29 +02:00
< h2 class = "groupheader" > Function Documentation< / h2 >
< a class = "anchor" id = "aca8ace07bd7ad33de0fe3773dd36c5d3" > < / a >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
2016-09-29 22:38:29 +02:00
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2015-07-10 18:06:19 +02:00
< table class = "memname" >
< tr >
2016-09-29 22:38:29 +02:00
< td class = "memname" > static < a class = "el" href = "openjpeg_8h.html#a2eb6f9e0395b47b8d5e3eeae4fe0c116" > INLINE< / a > long opj_lrintf < / td >
< td > (< / td >
< td class = "paramtype" > float  < / td >
< td class = "paramname" > < em > f< / em > < / td > < td > )< / td >
< td > < / td >
2015-07-10 18:06:19 +02:00
< / tr >
< / table >
2016-09-29 22:38:29 +02:00
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
2015-07-10 18:06:19 +02:00
< / div > < div class = "memdoc" >
2016-09-29 22:38:29 +02:00
< p > Referenced by < a class = "el" href = "tcd_8c.html#a9dc572b0982c7d7db4f3c53d8ccfdce6" > opj_tcd_dc_level_shift_decode()< / 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" / >
2016-09-29 22:38:29 +02:00
< / a > 1.8.10
2015-07-10 18:06:19 +02:00
< / small > < / address >
< / body >
< / html >