#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.
|
namespace | grk |
| Copyright (C) 2016-2023 Grok Image Compression Inc.
|
|
|
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) |
|