#include "grk_config_private.h"
#include <memory.h>
#include <stdlib.h>
#include <string>
#include <cmath>
#include <float.h>
#include <time.h>
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include <assert.h>
#include <inttypes.h>
#include <climits>
#include <algorithm>
#include <sstream>
#include <iostream>
#include <vector>
#include <numeric>
#include "minpf_plugin_manager.h"
#include "plugin_interface.h"
#include "simd.h"
#include "logger.h"
#include "testing.h"
#include "ThreadPool.hpp"
#include "IOpenable.h"
#include <MemStream.h>
#include "GrkMappedFile.h"
#include "MemManager.h"
#include "util.h"
#include "GrkImage.h"
#include "grk_exceptions.h"
#include "ChunkBuffer.h"
#include "BitIO.h"
#include "BufferedStream.h"
#include "Quantizer.h"
#include <Profile.h>
#include "LengthMarkers.h"
#include "SIZMarker.h"
#include "PPMMarker.h"
#include "SOTMarker.h"
#include "CodeStream.h"
#include "markers.h"
#include <Dump.h>
#include "FileFormat.h"
#include "TagTree.h"
#include "T1Structs.h"
#include <WaveletReverse.h>
#include <TileComponentWindowBuffer.h>
#include "PacketIter.h"
#include <SparseBuffer.h>
#include "TileComponent.h"
#include "TileProcessor.h"
#include "TileCache.h"
#include <WaveletFwdImpl.h>
#include "t1_common.h"
#include <T2Compress.h>
#include <T2Decompress.h>
#include "mct.h"
#include "grk_intmath.h"
#include "plugin_bridge.h"
#include "RateControl.h"
#include "RateInfo.h"
#include "T1Interface.h"
#include "T1Factory.h"
#include <T1DecompressScheduler.h>
#include <T1CompressScheduler.h>
Go to the source code of this file.
◆ GRK_RESTRICT
#define GRK_RESTRICT /* GRK_RESTRICT */ |
◆ GRK_UNUSED
#define GRK_UNUSED |
( |
|
x | ) |
(void)x |
◆ GROK_FSEEK
#define GROK_FSEEK |
( |
|
stream, |
|
|
|
offset, |
|
|
|
whence |
|
) |
| fseek(stream,offset,whence) |
◆ GROK_FSTAT
#define GROK_FSTAT |
( |
|
fildes, |
|
|
|
stat_buff |
|
) |
| fstat(fildes,stat_buff) |
◆ GROK_FTELL
#define GROK_FTELL |
( |
|
stream | ) |
ftell(stream) |
◆ GROK_NOSANITIZE
#define GROK_NOSANITIZE |
( |
|
kind | ) |
|
◆ GROK_STAT
#define GROK_STAT |
( |
|
path, |
|
|
|
stat_buff |
|
) |
| stat(path,stat_buff) |
◆ GROK_STAT_STRUCT_T
#define GROK_STAT_STRUCT_T struct stat |
◆ grk_lrintf()
static long grk_lrintf |
( |
float |
f | ) |
|
|
inlinestatic |