#include "grok.h"
#include "logger.h"
#include <iostream>
#include <cstdint>
#include "grk_intmath.h"
#include <limits>
Go to the source code of this file.
|
| | grk |
| | Copyright (C) 2016-2021 Grok Image Compression Inc.
|
| |
|
| bool | grk::mult_will_overflow (uint64_t a, uint64_t b) |
| |
| template<typename T > |
| T | grk::clip (int64_t val) |
| |
| template<typename T > |
| T | grk::sat_add (int64_t lhs, int64_t rhs) |
| |
| template<typename T > |
| T | grk::sat_add (T lhs, T rhs) |
| |
| template<typename T > |
| T | grk::sat_sub (T lhs, T rhs) |
| |
| template<typename T > |
| T | grk::sat_sub (int64_t lhs, int64_t rhs) |
| |
| grk_rect_u32 | grk::getTileCompBandWindow (uint8_t num_res, uint8_t resno, uint8_t orientation, grk_rect_u32 unreducedTileCompWindow) |
| | Get band window in tile component coordinates for specified resolution and band orientation. More...
|
| |