Grok  7.6.3
Public Member Functions | Public Attributes | List of all members
grk::decompress_job< T, S > Struct Template Reference

Public Member Functions

 decompress_job (S data, T *GRK_RESTRICT LL, uint32_t sLL, T *GRK_RESTRICT HL, uint32_t sHL, T *GRK_RESTRICT LH, uint32_t sLH, T *GRK_RESTRICT HH, uint32_t sHH, T *GRK_RESTRICT destination, uint32_t strideDestination, uint32_t min_j, uint32_t max_j)
 
 decompress_job (S data, uint32_t min_j, uint32_t max_j)
 

Public Attributes

S data
 
T *GRK_RESTRICT bandLL
 
uint32_t strideLL
 
T *GRK_RESTRICT bandHL
 
uint32_t strideHL
 
T *GRK_RESTRICT bandLH
 
uint32_t strideLH
 
T *GRK_RESTRICT bandHH
 
uint32_t strideHH
 
T *GRK_RESTRICT dest
 
uint32_t strideDest
 
uint32_t min_j
 
uint32_t max_j
 

Constructor & Destructor Documentation

◆ decompress_job() [1/2]

template<typename T , typename S >
grk::decompress_job< T, S >::decompress_job ( S  data,
T *GRK_RESTRICT  LL,
uint32_t  sLL,
T *GRK_RESTRICT  HL,
uint32_t  sHL,
T *GRK_RESTRICT  LH,
uint32_t  sLH,
T *GRK_RESTRICT  HH,
uint32_t  sHH,
T *GRK_RESTRICT  destination,
uint32_t  strideDestination,
uint32_t  min_j,
uint32_t  max_j 
)
inline

◆ decompress_job() [2/2]

template<typename T , typename S >
grk::decompress_job< T, S >::decompress_job ( S  data,
uint32_t  min_j,
uint32_t  max_j 
)
inline

Member Data Documentation

◆ bandHH

template<typename T , typename S >
T* GRK_RESTRICT grk::decompress_job< T, S >::bandHH

◆ bandHL

template<typename T , typename S >
T* GRK_RESTRICT grk::decompress_job< T, S >::bandHL

◆ bandLH

template<typename T , typename S >
T* GRK_RESTRICT grk::decompress_job< T, S >::bandLH

◆ bandLL

template<typename T , typename S >
T* GRK_RESTRICT grk::decompress_job< T, S >::bandLL

◆ data

template<typename T , typename S >
S grk::decompress_job< T, S >::data

◆ dest

template<typename T , typename S >
T* GRK_RESTRICT grk::decompress_job< T, S >::dest

◆ max_j

template<typename T , typename S >
uint32_t grk::decompress_job< T, S >::max_j

◆ min_j

template<typename T , typename S >
uint32_t grk::decompress_job< T, S >::min_j

◆ strideDest

template<typename T , typename S >
uint32_t grk::decompress_job< T, S >::strideDest

◆ strideHH

template<typename T , typename S >
uint32_t grk::decompress_job< T, S >::strideHH

◆ strideHL

template<typename T , typename S >
uint32_t grk::decompress_job< T, S >::strideHL

◆ strideLH

template<typename T , typename S >
uint32_t grk::decompress_job< T, S >::strideLH

◆ strideLL

template<typename T , typename S >
uint32_t grk::decompress_job< T, S >::strideLL

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