39 #define BufferLen (BufferSize/WordWidth)
40 #define CodeBufferLen BufferSize
81 UINT32
ComposeBitplane(UINT32 bufferSize,
DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32* signBits);
83 UINT32
ComposeBitplaneRLD(UINT32 bufferSize,
DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32 signPos);
104 PGFPostHeader& postHeader, UINT32*& levelLength, UINT64& userDataPos,
105 bool useOMP,
bool skipUserData) THROW_;
122 void Partition(
CSubband* band,
int quantParam,
int width,
int height,
int startPos,
int pitch) THROW_;
149 void Skip(UINT64 offset) THROW_;
180 #ifdef __PGFROISUPPORT__
184 void DecodeTileBuffer() THROW_;
189 void SkipTileBuffer() THROW_;
193 void SetROI() { m_roi =
true; }
214 #ifdef __PGFROISUPPORT__
219 #endif //PGF_DECODER_H