Grok 20.3.2
grk::StripGeometry Struct Reference

Geometry for a single cascade DWT strip at a given resolution. More...

#include <StripPartitioner.h>

Public Attributes

uint32_t outStart = 0
uint32_t outCount = 0
uint32_t extFirst = 0
uint32_t extLast = 0
SubbandRange rangeL
SubbandRange rangeH
uint32_t localParity = 0
uint32_t outputStartInStripe = 0

Detailed Description

Geometry for a single cascade DWT strip at a given resolution.

Describes the interleaved output row range and the sub-band row ranges needed (including halo) for both L (LL/HL) and H (LH/HH) bands.

Member Data Documentation

◆ extFirst

uint32_t grk::StripGeometry::extFirst = 0

◆ extLast

uint32_t grk::StripGeometry::extLast = 0

◆ localParity

uint32_t grk::StripGeometry::localParity = 0

◆ outCount

uint32_t grk::StripGeometry::outCount = 0

◆ outputStartInStripe

uint32_t grk::StripGeometry::outputStartInStripe = 0

◆ outStart

uint32_t grk::StripGeometry::outStart = 0

◆ rangeH

SubbandRange grk::StripGeometry::rangeH

◆ rangeL

SubbandRange grk::StripGeometry::rangeL

The documentation for this struct was generated from the following file: