39 #define BufferLen (BufferSize/WordWidth)
40 #define CodeBufferLen BufferSize
58 #pragma warning( suppress : 4351 )
85 UINT32
ComposeBitplane(UINT32 bufferSize,
DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32* signBits);
87 UINT32
ComposeBitplaneRLD(UINT32 bufferSize,
DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32 signPos);
108 PGFPostHeader& postHeader, UINT32*& levelLength, UINT64& userDataPos,
109 bool useOMP,
bool skipUserData) THROW_;
126 void Partition(
CSubband* band,
int quantParam,
int width,
int height,
int startPos,
int pitch) THROW_;
153 void Skip(UINT64 offset) THROW_;
184 #ifdef __PGFROISUPPORT__
188 void DecodeTileBuffer() THROW_;
193 void SkipTileBuffer() THROW_;
197 void SetROI() { m_roi =
true; }
218 #ifdef __PGFROISUPPORT__
223 #endif //PGF_DECODER_H