| C_gpup_band | |
| C_gpup_code_block | |
| C_gpup_compress_batch_info | |
| C_gpup_compress_callback_info | |
| C_gpup_compress_params | |
| C_gpup_decompress_callback_info | |
| C_gpup_decompress_core_params | |
| C_gpup_decompress_params | |
| C_gpup_header_info | |
| C_gpup_image | |
| C_gpup_image_comp | |
| C_gpup_init_info | |
| C_gpup_pass | |
| C_gpup_precinct | |
| C_gpup_resolution | |
| C_gpup_stream_params | |
| C_gpup_tile | |
| C_gpup_tile_component | |
| C_grk_asoc | |
| C_grk_channel_definition | |
| C_grk_channel_description | |
| C_grk_color | |
| C_grk_component_mapping_comp | |
| C_grk_cparameters | |
| C_grk_decompress_core_params | |
| C_grk_decompress_params | |
| C_grk_header_info | |
| C_grk_image | |
| C_grk_image_comp | |
| C_grk_image_meta | |
| Cgrk::GrkImageMeta | |
| C_grk_io_buf | |
| C_grk_io_init | |
| C_grk_msg_handlers | |
| C_grk_object | |
| C_grk_palette_data | |
| C_grk_plugin_band | |
| C_grk_plugin_code_block | |
| C_grk_plugin_decompress_callback_info | |
| C_grk_plugin_init_info | |
| C_grk_plugin_load_info | |
| C_grk_plugin_pass | |
| C_grk_plugin_precinct | Grk_plugin_precinct |
| C_grk_plugin_resolution | |
| C_grk_plugin_tile | |
| C_grk_precision | |
| C_grk_progression | |
| C_grk_progression_state | |
| C_grk_raw_comp_cparameters | |
| C_grk_raw_cparameters | |
| C_grk_stream_params | |
| CA | |
| Cgrk::Buffer< T, A > | |
| Cgrk::Buffer2d< T, AllocatorAligned > | |
| Cgrk::Buffer2d< int32_t, AllocatorAligned > | |
| Cgrk::Buffer2d< T, A > | |
| Cgrk::WaveletPoolData::AlignedDeleter | |
| Cgrk::AllLayersPrecinctPacketParser | Enqueues PacketParser for all layers of a given precinct, to be executed in sequence |
| Cgrk::AllocatorAligned< T > | |
| Cgrk::Buffer< uint8_t, AllocatorAligned > | |
| Cgrk::AllocatorVanilla< T > | |
| Cgrk::Buffer< uint8_t, AllocatorVanilla > | |
| Cgrk::AsocBox | Association box (defined in ITU 15444-2 Annex M 11.1 ) |
| Cgrk::UUIDBox | |
| Cgrk::BackupCache | |
| Cgrk::ojph::bibo_gains | |
| Cgrk::t1_t2::BitIO | |
| CBitIO | Bit IO |
| Cgrk::t1::BlockCoder | |
| Cgrk::Box | |
| Cgrk::AsocBox | Association box (defined in ITU 15444-2 Annex M 11.1 ) |
| Cgrk::UUIDBox | |
| Cgrk::BoxWriteHandler | |
| Cgrk::Buffer2dSimple< T > | |
| Cgrk::t1::cblk_enc | |
| Cgrk::ChronoTimer | |
| Cgrk::ChunkBuffer< T > | Manages a partially ordered deque of buffer chunks that are added asynchronously out of order |
| Cgrk::ChunkContext | |
| Cgrk::ChunkTask | |
| Cgrk::t1::CodeblockImpl | |
| Cgrk::t1::CodeblockCompressImpl | |
| Cgrk::t1::CodeblockDecompressImpl | Decompression code block implementation |
| Cgrk::Codec | |
| Cgrk::t1::ojph::coded_lists | |
| Cgrk::t1::CodePass | Information about compression/decompression coding pass |
| Cgrk::t1::CoderFactory | |
| Cgrk::CoderKey | |
| Cgrk::CoderKeyHash | |
| Cgrk::CoderPool | |
| Cgrk::CodeStream | |
| Cgrk::CodeStreamCompress | |
| Cgrk::CodeStreamDecompress | Manages decompression |
| Cgrk::CodingParams | Coding parameters |
| Cgrk::ComponentInfo | |
| Cgrk::CompressedChunkCache | Per-file LRU cache that manages compressed tile part data in memory |
| Cgrk::HWY_NAMESPACE::CompressIrrev | Apply MCT with optional DC shift to irreversible compressed image |
| Cgrk::HWY_NAMESPACE::CompressRev | Apply MCT with optional DC shift to reversible compressed image |
| Cgrk::ConcurrentQueue< T > | Thread-safe unbounded queue with blocking pop and close signal |
| Cgrk::DataSlice | |
| Cgrk::ChunkRequest | |
| Cgrk::TPFetch | Stores concurrent fetch request information for a single tile part |
| Cgrk::DcShiftParam | |
| Cgrk::DebugContext | |
| Cgrk::t1::ojph::local::dec_mel_st | MEL state structure for reading and decoding the MEL bitstream |
| Cgrk::DecodingParams | |
| Cgrk::HWY_NAMESPACE::DecompressDcShiftIrrev | Apply dc shift for irreversible decompressed image |
| Cgrk::HWY_NAMESPACE::DecompressDcShiftIrrev16 | Apply dc shift for irreversible decompressed image (16-bit path) (assumes mono with no MCT) NarrowScaleFilter16 has already dequantized T1 output to int16, so only integer shift + clamp is needed (same op as DecompressDcShiftRev16) |
| Cgrk::HWY_NAMESPACE::DecompressDcShiftRev | Apply dc shift for reversible decompressed image (assumes mono with no MCT) input and output buffers are both 32 bit integer |
| Cgrk::HWY_NAMESPACE::DecompressDcShiftRev16 | Apply dc shift for reversible decompressed image (16-bit path) (assumes mono with no MCT) input and output buffers are both 16 bit integer |
| Cgrk::HWY_NAMESPACE::DecompressIrrev | Apply MCT with optional DC shift to irreversible decompressed image |
| Cgrk::HWY_NAMESPACE::DecompressIrrev16 | Apply MCT with optional DC shift to irreversible decompressed image (16-bit path) Uses fixed-point Q15 arithmetic for the ICT coefficients |
| Cgrk::HWY_NAMESPACE::DecompressRev | Apply MCT with optional DC shift to reversible decompressed image |
| Cgrk::HWY_NAMESPACE::DecompressRev16 | Apply MCT with optional DC shift to reversible decompressed image (16-bit path) |
| Cgrk::DifferentialInfo | Stores number of layers compressed in differential decompression |
| Cgrk::DiskCache | Secondary disk-based cache for compressed tile data |
| Cgrk::dwt53 | |
| Cgrk::dwt53_16 | |
| Cgrk::dwt97 | |
| Cgrk::dwt97_16 | |
| Cgrk::dwt_line< T > | |
| Cgrk::dwt_scratch< ST > | |
| Cstd::enable_shared_from_this | |
| Cgrk::TileFetchContext | |
| Cgrk::encode_info< T, DWT > | |
| Cgrk::EncodingParams | |
| Cgrk::CompressedChunkCache::Entry | |
| Cgrk::EnvVarManager | |
| Cstd::exception | |
| Cgrk::BadAsocException | |
| Cgrk::CorruptJP2BoxException | |
| Cgrk::CorruptMarkerException | |
| Cgrk::CorruptSOTMarkerException | |
| Cgrk::CorruptTLMException | |
| Cgrk::DecodeUnknownMarkerAtEndOfTileException | |
| Cgrk::PluginDecodeUnsupportedException | |
| Cgrk::SparseBufferOverrunException | |
| Cgrk::TruncatedPacketHeaderException | |
| Cgrk::t1::CorruptPacketException | |
| Cgrk::t1::CorruptPacketDataException | |
| Cgrk::t1::CorruptPacketHeaderException | |
| Cgrk::t1_t2::InvalidMarkerException | |
| Cgrk::t1_t2::TruncatedPacketHeaderException | |
| Cgrk::FetchAuth | |
| Cgrk::FetchJob | |
| Cgrk::FetchPathParser | |
| Cgrk::FetchResult | |
| Cgrk::FileFormatJP2Family | JPEG 2000 file format reader/writer |
| Cgrk::FileFormatJP2Compress | |
| Cgrk::FileFormatMJ2Compress | |
| Cgrk::FileFormatJP2Decompress | |
| Cgrk::FileFormatMJ2 | |
| Cgrk::FileFormatMJ2Decompress | |
| Cgrk::FindHandlerInfo | |
| CFRBSingleton | Stub — freebyrd thread pool has been removed |
| Cgrk::t1::ojph::local::frwd_struct | State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams |
| Cgrk::t1::ojph::local::frwd_struct32 | State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams |
| Cgrk::t1::ojph::local::frwd_struct64 | State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams |
| Cgrk_asoc | Association box info |
| Cgrk_channel_definition | Channel definition |
| Cgrk_channel_description | Channel definition: channel index, type, association |
| Cgrk_color | ICC profile, palette, channel definition |
| Cgrk_component_mapping_comp | Component mappings: component index, mapping type, palette column Note: "component" refers to an image component as decompressed from the code stream, while "channel" refers to a component resulting from the application of a Palette box LUT and a Component mapping box |
| Cgrk_cparameters | Compression parameters |
| Cgrk_decompress_core_params | Core decompression parameters |
| Cgrk_decompress_parameters | Decompression parameters |
| Cgrk_header_info | JPEG 2000 header info |
| Cgrk_image | Grok image Note: do not directly create a grk_image object |
| Cgrk::GrkImage | Stores header and data for an image |
| Cgrk_image_comp | Image component |
| Cgrk_image_data | Image meta data: colour, IPTC, XMP and EXIF |
| Cgrk_io_buf | Grok IO buffer |
| Cgrk_io_init | Grok IO initialization |
| Cgrk::grk_mct_data | MCT data |
| Cgrk_msg_handlers | Logging handlers |
| Cgrk_object | Opaque reference-counted object |
| Cgrk_palette_data | Palette data |
| Cgrk_plugin_band | Plugin band |
| Cgrk_plugin_code_block | Plugin code block |
| Cgrk_plugin_compress_batch_info | Plugin batch compress info |
| Cgrk_plugin_compress_user_callback_info | Plugin compress user callback info |
| Cgrk::grk_plugin_debug_mqc | |
| Cgrk_plugin_decompress_callback_info | Plugin decompress callback info |
| Cgrk_plugin_load_info | Plugin load info |
| Cgrk_plugin_pass | Plugin pass |
| Cgrk_plugin_resolution | Plugin resolution |
| Cgrk_plugin_tile | Plugin tile |
| Cgrk_plugin_tile_component | Plugin tile component |
| Cgrk::grk_ppx | |
| Cgrk_precision | Precision |
| Cgrk_progression | Progression order change (POC) |
| Cgrk_progression_state | Stores progression state information Note: limited to 256 components |
| Cgrk_raw_comp_cparameters | RAW component compress parameters |
| Cgrk_raw_cparameters | RAW image compress parameters |
| Cgrk::grk_simple_mcc_decorrelation_data | MCC decorrelation data |
| Cgrk::grk_stepsize | Quantization stepsize |
| Cgrk_stream_params | JPEG 2000 stream parameters There are three methods of streaming: by file, buffer or callback Client must choose only one method, and populate this struct accordingly |
| Cgrk_swath_buffer | User-managed output buffer for asynchronous swath tile copy-and-convert |
| Cgrk_wait_swath | Specify swath region to wait on during asynchronous decompression |
| CGrkCleanup | |
| Cgrk::GrkMatrix | |
| Cgrk::t1::ICoder | Interface to code block compressor / decompressor |
| Cgrk::t1::ojph::T1OJPH | |
| Cgrk::t1::part1::Coder | |
| Cgrk::ICompressor | |
| Cgrk::CodeStreamCompress | |
| Cgrk::FileFormatJP2Compress | |
| Cgrk::IDecompressor | Decompress interface |
| Cgrk::CodeStreamDecompress | Manages decompression |
| Cgrk::FileFormatJP2Decompress | |
| Cgrk::FileFormatMJ2Decompress | |
| Cgrk::IFetcher | |
| Cgpup::ILogger | |
| Cgrk::GpupLoggerAdapter | |
| Cgrk::ILogger | |
| Cgrk::Logger | |
| Cgrk::ImageComponentFlow | Image component flow storing array of Resflow |
| Cgrk::IMarkerProcessor | |
| Cgrk::MarkerProcessor | |
| Cgrk::IncludeTracker | |
| Cgrk::IniParser | |
| CInitState | |
| Cexc::IOpenable | |
| Cgrk::t1::BlockExec | |
| Cgrk::t1::CompressBlockExec | |
| Cgrk::t1::DecompressBlockExec | |
| Cgrk::IRequestBatch | |
| Cgrk::ChunkRequestBatch | |
| Cgrk::TileRequestBatch | |
| Cgrk::ISparseCanvas< T > | |
| Cgrk::SparseCanvas< T, LBW, LBH > | |
| Cgrk::t1_t2::IStreamWriter | |
| Cgrk::IStream | |
| Cgrk::BufferedStream | Manages buffered read/write using callbacks or memory buffer |
| Cgrk::ITileComponentWindow | Type-erased interface for tile component windows |
| Cgrk::TileComponentWindowBase< T > | |
| Cgrk::TileComponentWindow< T > | |
| Cgrk::ITileProcessor | Interface for managing tile compression/decompression |
| Cgrk::ITileProcessorCompress | Interface for managing tile compression |
| Cgrk::TileProcessorCompress | |
| Cgrk::TileProcessor | |
| Cgrk::TileProcessorCompress | |
| Cgrk::t1::Layer | Store information on quality layer |
| Cgrk::LayerIncludeBuffers | Include buffers for all resolutions in a given layer |
| Cgrk::HWY_NAMESPACE::WaveletFwdScheduleDataImpl< T, DWT >::LevelPass | |
| Cgrk::t1::ojph::lifting_buf | |
| Cgrk::LimitedQueue< T > | Queue limited to maximum size |
| Cgrk::Line< T > | |
| Cgrk::t1::ojph::line_buf | |
| Cgrk::LocationProbe | |
| Cgrk::LRUCache< Key, Value > | Thread-safe LRU cache with configurable capacity and eviction callback |
| Cgrk::Marker | Stores individual marker information |
| Cgrk::MarkerCache | Stores markers |
| Cgrk::MarkerParser | |
| Cgrk::MarkerScratch | |
| Cgrk::Mct | |
| Cgrk::t1::ojph::local::mel_struct | |
| Cgrk::t1::ojph::mem_elastic_allocator | |
| Cgrk::t1::ojph::mem_fixed_allocator | |
| Cgrk::MemAdvisor | |
| Cgrk::Buffer2d< T, A >::memcpy_from | |
| Cgrk::MemoryManager | |
| Cgrk::MemStream | |
| Cgrk::t1::ojph::message_base | This is the base class from which all messaging levels are derived |
| Cgrk::t1::ojph::message_error | Derived from message_base to handle error messages |
| Cgrk::t1::ojph::message_info | Derived from message_base to handle info messages |
| Cgrk::t1::ojph::message_warning | Derived from message_base to handle warning messages |
| Cgrk::MinHeapBase< IT > | Base class providing common functionality for min-heap implementations |
| Cgrk::MinHeap< T, IT, L > | Thread-safe min-heap for values with customizable locking |
| Cgrk::MinHeapPtr< T, IT, L > | Thread-safe min-heap for pointers with customizable locking |
| Cgrk::MinHeapComparator< T > | Comparator for min-heap ordering based on getIndex() (value version) |
| Cgrk::MinHeapFakeLocker | No-op locker for single-threaded or unsynchronized min-heap access |
| Cgrk::MinHeapLocker | RAII locker for synchronizing access to a min-heap with a real mutex |
| Cgrk::MinHeapPtrComparator< T > | Comparator for min-heap ordering based on getIndex() (pointer version) |
| Cgrk::minpf_dynamic_library | |
| Cgrk::minpf_object_params | |
| Cgrk::minpf_platform_services | |
| Cgrk::minpf_plugin_api_version | |
| Cgrk::minpf_plugin_manager | |
| Cgrk::minpf_register_params | |
| Cgrk::mj2_chunk | Chunk |
| Cgrk::mj2_cparameters | Compression parameters |
| Cgrk::mj2_sample | Sample |
| Cgrk::mj2_sampletochunk | Sample to chunk |
| Cgrk::mj2_tk | Video Track Parameters |
| Cgrk::mj2_tts | Time To Sample |
| Cgrk::mj2_url | URL |
| Cgrk::mj2_urn | URN |
| Cgrk::MJ2SampleRecord | Records the offset and size of a compressed sample within the mdat box |
| Cmq_state | Stores current MQ coder state |
| Cgrk::t1::mqc_state | |
| Cgrk::t1::mqcoder_base | MQ coder base |
| Cgrk::t1::mqcoder | MQ coder |
| Cgrk::t1::mqcoder_backup | MQ coder base class used to manage backup/restore |
| Cgrk::t1::ojph::local::ms_struct | |
| Cgrk::t1::NarrowRoiScaleFilter16 | |
| Cgrk::t1::ojph::NarrowRoiScaleOJPHFilter16 | |
| Cgrk::t1::NarrowRoiShiftFilter | |
| Cgrk::t1::ojph::NarrowRoiShiftOJPHFilter | |
| Cgrk::t1::NarrowScaleFilter16 | |
| Cgrk::t1::ojph::NarrowScaleOJPHFilter16 | |
| Cgrk::t1::NarrowShiftFilter | |
| Cgrk::t1::ojph::NarrowShiftOJPHFilter | |
| Cgrk::NetworkFileChecker | |
| Cgrk::TagTree< T >::Node | |
| Cgrk::NoopDeleter | |
| Cgrk::PacketIter | Iterates through JPEG 2000 packets following a progression order |
| Cgrk::PacketIterInfoComponent | Component-level information for packet iteration |
| Cgrk::PacketIterInfoResolution | Resolution-level precinct grid geometry for packet iteration |
| Cgrk::PacketLengthCache< T > | Cached packet lengths from PLT or PLM marker |
| Cgrk::PacketManager | |
| Cgrk::PacketParser | Parses packet header and packer data |
| Cgrk::PacketProgressionState | Stores the maximum number of layers read corresponding to packet data that has been read, for each resolution |
| Cgrk::PacketTracker | |
| Cgrk::ParsedFetchPath | |
| Cgrk::PartialBandInfo< FILTER_WIDTH > | |
| Cgrk::PartialInterleaver< ST, FILTER_WIDTH, VERT_PASS_WIDTH > | |
| Cgrk::Partial53< ST, FILTER_WIDTH, VERT_PASS_WIDTH > | |
| Cgrk::PartialInterleaver< T, FILTER_WIDTH, VERT_PASS_WIDTH > | |
| Cgrk::Partial97< T, FILTER_WIDTH, VERT_PASS_WIDTH > | |
| Cgrk::WaveletReverse::PartialTaskInfo< T, S > | |
| Cgrk::t1::pass_enc | |
| Cgrk::CodeStreamDecompress::PendingBand_ | |
| Cgrk::PLMarker | Manages raw (uncompressed) PLT and PLM markers |
| Cgrk::PluginDecodeCallbackInfo | |
| Cgrk::Point< T > | |
| Cgrk::PPMMarker | |
| Cgrk::PrecinctImpl | Stores tag trees and code blocks belonging to a Precinct A reference to the Precinct is also stored |
| Cgrk::PrecinctImplCompress | |
| Cgrk::PrecinctImplDecompress | |
| Cgrk::Profile | |
| Cgrk::prog_order | |
| Cgrk::Quantizer | |
| Cgrk::ojph::QuantizerOJPH | |
| Cgrk::QuantizerFactory | |
| Cgrk::RateControl | |
| Cgrk::RateControlStats | Per-tile rate control statistics collected during T1 encoding |
| Cgrk::RateInfo | |
| Cgrk::CodingParams::RecordedPacketInfo | |
| Cgrk::Rect< T > | |
| Cgrk::Rect32_16 | |
| Cgrk::Precinct | Lightweight precinct struct storing only bounds, some book-keeping variables and a pointer to the PrecinctImpl |
| Cgrk::PrecinctCompress | |
| Cgrk::PrecinctDecompress | |
| Cgrk::t1::Codeblock | Code block information for both compression and decompression |
| Cgrk::t1::CodeblockCompress | Stores information about compression code block |
| Cgrk::t1::CodeblockDecompress | |
| Cgrk::Rect< uint32_t > | |
| Cgrk::Buffer2d< T, AllocatorAligned > | |
| Cgrk::Buffer2d< int32_t, AllocatorAligned > | |
| Cgrk::Buffer2d< T, A > | |
| Cgrk::ResSimple | |
| Cgrk::Resolution | Stores a tile component resolution's dimensions, sub bands and other information |
| Cgrk::Subband | Stores sub band bounds and precincts |
| Cgrk::Tile | |
| Cgrk::TileComponent | Stores sub-sampled, unreduced tile component dimensions, along with reduction information |
| Cgrk::RefCounted | |
| Cgrk::GrkObjectWrapperImpl< T > | |
| Cgrk::RefCountedDeleter< T > | |
| Cgrk::ResBlocks | Store decompression blocks for a resolution |
| Cgrk::Resflow | Stores FlowComponent for packets, blocks, horizontal wavelet and vertical wavelet, for a given resolution |
| Cgrk::ResolutionChecker | |
| Cgrk::ResolutionPacketParser | Enqueues sequence of AllLayersPrecinctPacketParser for a given resolutions |
| Cgrk::ResPrecinctInfo | Cached geometric state of a tile component's resolution, relative to its precinct grid |
| Cgrk::ResWindow< T > | |
| Cgrk::t1::ojph::local::rev_struct | A structure for reading and unstuffing a segment that grows backward, such as VLC and MRP |
| Cgrk::t1::RoiScaleFilter< T > | |
| Cgrk::t1::ojph::RoiScaleOJPHFilter< T > | |
| Cgrk::t1::RoiShiftFilter< T > | |
| Cgrk::t1::ojph::RoiShiftOJPHFilter< T > | |
| Cstd::runtime_error | |
| Cgrk::SparseBufferIncompleteException | |
| Cgrk::FileFormatMJ2Decompress::SampleCodeStream | |
| Cgrk::t1::ScaleFilter< T > | |
| Cgrk::t1::ojph::ScaleOJPHFilter< T > | |
| Cgrk::ScheduledFetch | |
| Cgrk::ScheduleInfo | |
| Cgrk::SchedulerFreebyrd | Stub — freebyrd thread pool has been removed |
| Cgrk::Scheduling | |
| Cgrk::t1::Segment | Stores information for a code block segment |
| Cgrk::SequentialCache< T > | Dynamic array of pointers of type T |
| Cgrk::SharedPtrSeq< T > | Sequence of shared_ptr<T> |
| Cgrk::SharedPtrSeq< DataSlice > | |
| Cgrk::TPSeq | Sequence of shared_ptr<DataSlice> tile parts parsed from either TLM or SOT marker |
| Cgrk::SharedPtrSeq< TPFetch > | |
| Cgrk::TPFetchSeq | |
| Cgrk::t1::ShiftFilter< T > | |
| Cgrk::ShiftInfo | |
| Cgrk::t1::ojph::ShiftOJPHFilter< T > | |
| Cgrk::SimpleHeap< T > | A simple non-thread-safe min-heap for tracking contiguous sequences of size_t indices |
| Cgrk::SimpleXmlParser | |
| Cgrk::SIZMarker | |
| Cgrk::SlabPool | A thread-safe slab-based buffer pool with configurable slot size and number of slots |
| Cgrk::SOTMarker | |
| Cgrk::SparseBlock< T > | |
| Cgrk::SparseBuffer | Manages a list of buffers (named chunks) which can be treated as one single contiguous buffer |
| Cgrk::PacketCache | Manages packet buffers and associated packet parsers |
| Cgrk::SparseCache< T > | |
| Cgrk::BlockCache< T, P > | |
| Cgrk::SparseCache< grk::t1::CodeblockCompress > | |
| Cgrk::BlockCache< grk::t1::CodeblockCompress, grk::PrecinctImpl > | |
| Cgrk::SparseCache< grk::t1::CodeblockDecompress > | |
| Cgrk::BlockCache< grk::t1::CodeblockDecompress, grk::PrecinctImpl > | |
| Cgrk::ojph::sqrt_energy_gains | |
| Cgrk::MemoryManager::Stats | |
| Cgrk::t1::ojph::mem_elastic_allocator::stores_list | |
| Cgrk::StreamCallbacks | Stores callbacks |
| Cgrk::StreamGenerator | |
| Cgrk::StripConfig | Configuration for strip-based decompression |
| Cgrk::StripDecompressor | Stub — freebyrd thread pool has been removed |
| Cgrk::StripGeometry | Geometry for a single cascade DWT strip at a given resolution |
| Cgrk::StripPartitioner | Computes strip geometry for cascade DWT at a given resolution |
| Cgrk::SubbandRange | Sub-band row range needed by a strip (inclusive begin, exclusive end) |
| Cgrk::T2Compress | Tier-2 coding |
| Cgrk::T2Decompress | T2 parsing of packets |
| Cgrk::TagTree< T > | |
| Ctf::Taskflow | |
| CFlowComponent | A collection of tasks which can be scheduled as a single task |
| Cgrk::CodecScheduler | An abstract class that can execute T1 phase of codec by running a tf::Executor |
| Cgrk::SchedulerExcalibur | Abstract class to graph and execute T1 tasks for windowed tile |
| Cgrk::CompressSchedulerExcalibur | Compresses a tile using windowed design |
| Cgrk::DecompressSchedulerExcalibur | Abstract class to graph and execute T1 tasks for windowed tile |
| Cgrk::SchedulerStandard | Abstract class to graph and execute T1 tasks for whole tile |
| Cgrk::CompressScheduler | |
| Cgrk::DecompressScheduler | Schedule and run T1 decompression |
| CTFSingleton | Manages TFSingleton instance |
| Cgrk::TileCache | Caches tile processors so that repeated decompress calls on the same codec can reuse SOT metadata, packet data, and decompressed images |
| Cgrk::TileCacheEntry | Stores a tile processor together with its cache state |
| Cgrk::TileCodingParams | Tile coding parameters : this structure is used to store coding/decoding parameters common to all tiles (information like COD, COC in main header) |
| Cgrk::TileCodingParamsPool | |
| Cgrk::TileCompletion | Tracks per-tile completion and fires row callbacks for incremental compositing |
| Cgrk::TileComponentCodingParams | Tile-component coding parameters |
| CTileFutureManager | |
| Cgrk::TilePartInfo | |
| Cgrk::TilePartLength< T > | Stores tile part's length and tile index |
| Cgrk::TilePartLengthPOD | |
| CTileProcesor | Manages tile compression/decompression |
| CTileProcesorCompress | Tile processor for compression |
| Cgrk::Codec::TileTask | |
| Cgrk::TileWindow | Stores state of rectangular window of tiles slated for decompression Each tile's slated or completely parsed state is stored |
| Cgrk::TLMFile< T > | |
| Cgrk::TLMMarker | Reads/writes TLM markers |
| Cgrk::TLMMarkerManager | Manages a collection of TLM markers, assuming strictly increasing marker ids |
| Cgrk::t1::ojph::local::uvlc_tbl_struct | |
| Cgrk::vec< T, N > | |
| Cgrk::t1::ojph::local::vlc_struct | |
| Cgrk::WaveletFwdImpl | |
| Cgrk::WaveletFwdScheduleData | |
| Cgrk::HWY_NAMESPACE::WaveletFwdScheduleDataImpl< T, DWT > | |
| Cgrk::WaveletPoolData | Per-image pool of per-thread scratch buffers for the 5/3 wavelet |
| Cgrk::WaveletReverse | |