#include "opj_config_private.h"
#include <memory.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include <time.h>
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include <assert.h>
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
#include "openjpeg.h"
#include "opj_clock.h"
#include "opj_malloc.h"
#include "event.h"
#include "function_list.h"
#include "bio.h"
#include "cio.h"
#include "thread.h"
#include "tls_keys.h"
#include "image.h"
#include "invert.h"
#include "j2k.h"
#include "jp2.h"
#include "mqc.h"
#include "pi.h"
#include "tgt.h"
#include "tcd.h"
#include "t1.h"
#include "dwt.h"
#include "t2.h"
#include "mct.h"
#include "opj_intmath.h"
#include "sparse_array.h"
#include "openjpwl/jpwl.h"
#include "opj_codec.h"
Go to the source code of this file.
◆ OPJ_FSEEK
      
        
          | #define OPJ_FSEEK | ( |  | stream, | 
        
          |  |  |  | offset, | 
        
          |  |  |  | whence ) | 
      
 
 
◆ OPJ_FSTAT
      
        
          | #define OPJ_FSTAT | ( |  | fildes, | 
        
          |  |  |  | stat_buff ) | 
      
 
 
◆ OPJ_FTELL
      
        
          | #define OPJ_FTELL | ( |  | stream | ) |  | 
      
 
 
◆ OPJ_NOSANITIZE
      
        
          | #define OPJ_NOSANITIZE | ( |  | kind | ) |  | 
      
 
 
◆ OPJ_RESTRICT
      
        
          | #define OPJ_RESTRICT   /* restrict */ | 
      
 
Referenced by opj_dwt97_decode_h_func(), opj_dwt97_decode_v_func(), opj_dwt_decode_tile(), opj_dwt_decode_tile_97(), opj_dwt_deinterleave_h(), opj_dwt_deinterleave_v_cols(), opj_dwt_encode_and_deinterleave_h_one_row(), opj_dwt_encode_and_deinterleave_h_one_row_real(), opj_dwt_encode_and_deinterleave_v(), opj_dwt_encode_and_deinterleave_v_real(), opj_dwt_encode_h_func(), opj_dwt_encode_procedure(), opj_dwt_fetch_cols_vertical_pass(), opj_sparse_array_int32_read_or_write(), opj_t1_cblk_encode_processor(), opj_t1_clbl_decode_processor(), opj_t1_decode_cblks(), opj_t1_encode_cblks(), opj_v8dwt_decode_step1(), opj_v8dwt_interleave_h(), and opj_v8dwt_interleave_v().
 
 
◆ OPJ_STAT
      
        
          | #define OPJ_STAT | ( |  | path, | 
        
          |  |  |  | stat_buff ) | 
      
 
 
◆ OPJ_STAT_STRUCT_T
      
        
          | #define OPJ_STAT_STRUCT_T   struct stat | 
      
 
 
◆ OPJ_UNUSED
◆ OPJ_BITFIELD
◆ opj_lrintf()
  
  | 
        
          | static INLINE long opj_lrintf | ( | float | f | ) |  |  | static |