Grok
7.6.6
|
#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 *output_image) |
void | grk::usage (void) |
int | main (int argc, char **argv) |
#define TCLAP_NAMESTARTSTRING "-" |
int main | ( | int | argc, |
char ** | argv | ||
) |
References grk::grk_rectangle< T >::area(), grk::WaveletFwdImpl::compress(), _grk_image::comps, grk::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::grk_rectangle< T >::height(), ojph::info, grk::init_tilec(), grk::CodeStream::m_headerImage, _grk_image::numcomps, grk::grk_tile::numcomps, grk::TileComponent::numresolutions, _grk_image_comp::stride, grk::TileComponentWindowBuffer< T >::unreduced_bounds(), _grk_image_comp::w, grk::grk_rectangle< T >::width(), _grk_image::x0, grk::grk_rectangle< T >::x0, _grk_image::x1, grk::grk_rectangle< T >::x1, _grk_image::y0, grk::grk_rectangle< T >::y0, _grk_image::y1, and grk::grk_rectangle< T >::y1.