|
Grok
9.5.0
|
#include "grk_includes.h"#include "spdlog/spdlog.h"#include <sys/time.h>#include <sys/resource.h>#include <sys/times.h>#include <chrono>#include "tclap/CmdLine.h"Classes | |
| class | grk::GrokOutput |
Namespaces | |
| grk | |
| Copyright (C) 2016-2021 Grok Image Compression Inc. | |
Macros | |
| #define | TCLAP_NAMESTARTSTRING "-" |
Functions | |
| int32_t | grk::getValue (uint32_t i) |
| bool | grk::init_tilec (TileComponent *tilec, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t numresolutions, GrkImage *outputImage) |
| void | grk::usage (void) |
| int | main (int argc, char **argv) |
| #define TCLAP_NAMESTARTSTRING "-" |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References grk::grkRect< T >::area(), grk::WaveletFwdImpl::compress(), _grk_image::comps, grk::Tile::comps, grk::WaveletReverse::decompress(), _grk_image_comp::dx, _grk_image_comp::dy, ojph::error, grk::TileComponent::getBuffer(), grk::getValue(), grk_deinitialize(), grk_initialize(), grk_version(), _grk_image_comp::h, ThreadPool::hardware_concurrency(), grk::grkRect< T >::height(), ojph::info, grk::init_tilec(), grk::CodeStream::m_headerImage, _grk_image::numcomps, grk::Tile::numcomps, grk::TileComponent::numresolutions, _grk_image_comp::stride, grk::TileComponentWindowBuffer< T >::unreducedBounds(), _grk_image_comp::w, grk::grkRect< T >::width(), _grk_image::x0, grk::grkRect< T >::x0, _grk_image::x1, grk::grkRect< T >::x1, _grk_image::y0, grk::grkRect< T >::y0, _grk_image::y1, and grk::grkRect< T >::y1.