, including all inherited members.
Compress(const LSUINT8 *_pui8Input, LSUINT32 _ui32Length, LSUINT32 _ui32Bits, lsc::CBitStream &_bsStream, LSUINT32 _ui32MaxSize=~0UL) | lsc::CMisc | [static] |
CompressBest(const LSUINT8 *_pui8Input, LSUINT32 _ui32Length, LSUINT32 &_ui32Bits, lsc::CBitStream &_bsStream) | lsc::CMisc | [static] |
CompressIndices(const LSUINT32 *_pui32Input, LSUINT32 _ui32Length, lsc::CBitStream &_bsStream) | lsc::CMisc | [static] |
CompressIndicesToBuffer(const LSUINT32 *_pui32Input, LSUINT32 _ui32Length, LSC_BUFFER &_bBuffer) | lsc::CMisc | [static] |
CompressNormals(const CVector3 *_pvIn, LSUINT32 _ui32Total, CVectorPoD< CVector2, LSUINT32 > &_vOut, lsc::CBitStream &_bsSigns) | lsc::CMisc | [static] |
CompressToBuffer(const LSUINT8 *_pui8Input, LSUINT32 _ui32Length, LSC_BUFFER &_bBuffer) | lsc::CMisc | [static] |
DecompressIndices(const lsc::CBitStream &_bsStream, LSC_BUFFER &_bBuffer) | lsc::CMisc | [static] |
DecompressIndicesToBuffer(const LSVOID *_pvData, LSUINTPTR _uiptrSize, LSC_BUFFER &_bBuffer) | lsc::CMisc | [static] |
DecompressIndicesToBuffer(const lsstd::IStream &_isStream, LSC_BUFFER &_bBuffer) | lsc::CMisc | [static] |
DecompressNormals(const CVector2 *_pvNormal2d, const lsc::CBitStream &_bsSigns, LSUINT32 _ui32Total, CVector3 *_pvOut) | lsc::CMisc | [static] |
DecompressToBuffer(const LSVOID *_pvData, LSUINTPTR _uiptrSize, LSC_BUFFER &_bBuffer) | lsc::CMisc | [static] |
DecompressToBuffer(const lsstd::IStream &_isStream, LSC_BUFFER &_bBuffer) | lsc::CMisc | [static] |
GetBitsNeededForSignedValue(LSINT32 _i32Value) | lsc::CMisc | [protected, static] |
GetSignedValue(const lsc::CBitStream &_bsStream, LSUINT32 _ui32Bits) | lsc::CMisc | [protected, static] |
LSC_BUFFER typedef | lsc::CMisc | |
WriteBytes(const LSUINT8 *_pui8Bytes, LSUINT32 _ui32Length, LSC_BUFFER &_bBuffer) | lsc::CMisc | [protected, static] |
WriteUChar(LSUINT8 _ui8Val, LSC_BUFFER &_bBuffer) | lsc::CMisc | [protected, static] |
WriteUInt(LSUINT32 _ui32Val, LSC_BUFFER &_bBuffer) | lsc::CMisc | [protected, static] |