#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 "openjpeg.h"#include "opj_inttypes.h"#include "opj_clock.h"#include "opj_malloc.h"#include "event.h"#include "function_list.h"#include "bio.h"#include "cio.h"#include "image.h"#include "invert.h"#include "j2k.h"#include "jp2.h"#include "mqc.h"#include "raw.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 "openjpwl/jpwl.h"#include "opj_codec.h"Go to the source code of this file.
Defines | |
| #define | OPJ_FSEEK(stream, offset, whence) fseek(stream,offset,whence) |
| #define | OPJ_FSTAT(fildes, stat_buff) fstat(fildes,stat_buff) |
| #define | OPJ_FTELL(stream) ftell(stream) |
| #define | OPJ_STAT_STRUCT_T struct stat |
| #define | OPJ_STAT(path, stat_buff) stat(path,stat_buff) |
| #define | OPJ_RESTRICT |
| #define | OPJ_NOSANITIZE(kind) |
Functions | |
| static INLINE long | opj_lrintf (float f) |
| #define OPJ_FSEEK | ( | stream, | |||
| offset, | |||||
| whence | ) | fseek(stream,offset,whence) |
Referenced by opj_get_data_length_from_file(), opj_seek_from_file(), and opj_skip_from_file().
| #define OPJ_FSTAT | ( | fildes, | |||
| stat_buff | ) | fstat(fildes,stat_buff) |
| #define OPJ_FTELL | ( | stream | ) | ftell(stream) |
Referenced by opj_get_data_length_from_file().
| #define OPJ_NOSANITIZE | ( | kind | ) |
| #define OPJ_RESTRICT |
| #define OPJ_STAT | ( | path, | |||
| stat_buff | ) | stat(path,stat_buff) |
| #define OPJ_STAT_STRUCT_T struct stat |
| static INLINE long opj_lrintf | ( | float | f | ) | [static] |
Referenced by opj_tcd_dc_level_shift_decode().
1.5.6