|
Grok 12.0.1
|
#include "grok.h"#include <iostream>#include <cstdint>#include <limits>#include <sstream>#include <atomic>#include "Logger.h"#include "grk_intmath.h"Go to the source code of this file.
Classes | |
| struct | grk::grk_pt< T > |
| struct | grk::grk_line< T > |
| struct | grk::grk_rect< T > |
Namespaces | |
| namespace | grk |
| Copyright (C) 2016-2024 Grok Image Compression Inc. | |
Functions | |
| template<typename T > | |
| T | grk::clip (int64_t val) |
| template<typename T > | |
| T | grk::satAdd (int64_t lhs, int64_t rhs) |
| template<typename T > | |
| T | grk::satAdd (T lhs, T rhs) |
| template<typename T > | |
| T | grk::satSub (T lhs, T rhs) |
| template<typename T > | |
| T | grk::satSub (int64_t lhs, int64_t rhs) |