Grok 10.0.5
|
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | grk::grk::TaskInfo< T, S > |
struct | grk::grk::dwt_data< T > |
struct | grk::grk::Params97 |
class | grk::grk::WaveletReverse |
Namespaces | |
namespace | grk |
Copyright (C) 2016-2023 Grok Image Compression Inc. | |
Typedefs | |
typedef vec< float, 4 > | grk::vec4f |
Functions | |
uint32_t | grk::max_resolution (Resolution *GRK_RESTRICT r, uint32_t i) |
template<class T > | |
constexpr T | grk::getHorizontalPassHeight (bool lossless) |
Variables | |
S | data |
grk_buf2d_simple< T > | winLL |
grk_buf2d_simple< T > | winHL |
grk_buf2d_simple< T > | winLH |
grk_buf2d_simple< T > | winHH |
grk_buf2d_simple< T > | winDest |
uint32_t | indexMin_ |
uint32_t | indexMax_ |
T * | allocatedMem |
size_t | lenBytes_ |
size_t | paddingBytes_ |
T * | mem |
T * | memL |
T * | memH |
uint32_t | sn_full |
uint32_t | dn_full |
uint32_t | parity |
grk_line32 | win_l |
grk_line32 | win_h |
uint8_t | resno |
vec4f * | dataPrev |
uint32_t | len |
uint32_t | lenMax |
TileProcessor * | tileProcessor_ |
Scheduler * | scheduler_ |
TileComponent * | tilec_ |
uint16_t | compno_ |
grk_rect32 | unreducedWindow_ |
uint8_t | numres_ |
uint8_t | qmfbid_ |
dwt_data< int32_t > | horiz_ |
dwt_data< int32_t > | vert_ |
dwt_data< vec4f > | horizF_ |
dwt_data< vec4f > | vertF_ |
std::vector< TaskInfo< vec4f, dwt_data< vec4f > > * > | tasksF_ |
std::vector< TaskInfo< int32_t, dwt_data< int32_t > > * > | tasks_ |
T* allocatedMem |
|
private |
vec4f* data |
vec4f* dataPrev |
uint32_t dn_full |
|
private |
|
private |
uint32_t indexMax_ |
uint32_t indexMin_ |
uint32_t len |
size_t lenBytes_ |
uint32_t lenMax |
T* mem |
T* memH |
T* memL |
|
private |
size_t paddingBytes_ |
uint32_t parity |
Referenced by grk::deinterleave_h(), grk::deinterleave_v_cols(), and grk::grk::dwt97::encode_1_real().
|
private |
uint8_t resno |
|
private |
uint32_t sn_full |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
grk_line32 win_h |
grk_line32 win_l |
grk_buf2d_simple<T> winDest |
grk_buf2d_simple<T> winHH |
grk_buf2d_simple<T> winHL |
grk_buf2d_simple<T> winLH |
grk_buf2d_simple<T> winLL |