BcjCoder.h (p7zip_15.14.1_src_all) | : | BcjCoder.h (p7zip_16.02_src_all) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
#ifndef __COMPRESS_BCJ_CODER_H | #ifndef __COMPRESS_BCJ_CODER_H | |||
#define __COMPRESS_BCJ_CODER_H | #define __COMPRESS_BCJ_CODER_H | |||
#include "../../../C/Bra.h" | #include "../../../C/Bra.h" | |||
#include "../../Common/MyCom.h" | #include "../../Common/MyCom.h" | |||
#include "../ICoder.h" | #include "../ICoder.h" | |||
class CBcjCoder: | namespace NCompress { | |||
namespace NBcj { | ||||
class CCoder: | ||||
public ICompressFilter, | public ICompressFilter, | |||
public CMyUnknownImp | public CMyUnknownImp | |||
{ | { | |||
UInt32 _bufferPos; | UInt32 _bufferPos; | |||
UInt32 _prevMask; | UInt32 _prevMask; | |||
int _encode; | int _encode; | |||
public: | public: | |||
MY_UNKNOWN_IMP; | MY_UNKNOWN_IMP1(ICompressFilter); | |||
INTERFACE_ICompressFilter(;) | INTERFACE_ICompressFilter(;) | |||
CBcjCoder(int encode): _bufferPos(0), _encode(encode) { x86_Convert_Init(_prev Mask); } | CCoder(int encode): _bufferPos(0), _encode(encode) { x86_Convert_Init(_prevMas k); } | |||
}; | }; | |||
}} | ||||
#endif | #endif | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 8 lines changed or added |