Go to the documentation of this file.
36 static double getnorm_53(uint32_t level, uint8_t orient);
43 static double getnorm_97(uint32_t level, uint8_t orient);
47 static void deinterleave_v(int32_t *a, int32_t *b, uint32_t d_n, uint32_t s_n,
48 uint32_t stride, int32_t cas);
49 static void deinterleave_h(int32_t *a, int32_t *b, uint32_t d_n, uint32_t s_n,
53 static double getnorm(uint32_t level, uint8_t orient,
bool reversible);
Definition: TileProcessor.h:164
static double getnorm(uint32_t level, uint8_t orient, bool reversible)
Definition: dwt_utils.h:27
#define GRK_RESTRICT
Definition: grok_includes.h:102
Copyright (C) 2016-2020 Grok Image Compression Inc.
Definition: BitIO.h:27
static void deinterleave_v(int32_t *a, int32_t *b, uint32_t d_n, uint32_t s_n, uint32_t stride, int32_t cas)
static uint32_t max_resolution(grk_resolution *GRK_RESTRICT r, uint32_t i)
static void deinterleave_h(int32_t *a, int32_t *b, uint32_t d_n, uint32_t s_n, int32_t cas)
static double getnorm_53(uint32_t level, uint8_t orient)
Get the norm of a wavelet function of a subband at a specified level for the reversible 5-3 DWT.
static double getnorm_97(uint32_t level, uint8_t orient)
Get the norm of a wavelet function of a subband at a specified level for the irreversible 9-7 DWT.