1 /* Bcj2.h -- Converter for x86 code (BCJ2)
2 2009-02-07 : Igor Pavlov : Public domain */
15 outSize <= FullOutputSize,
16 where FullOutputSize is full size of output stream of x86_2 filter.
18 If buf0 overlaps outBuf, there are two required conditions:
20 2) (buf0 + size0 >= outBuf + FullOutputSize).
24 SZ_ERROR_DATA - Data error
28 const Byte
*buf0
, SizeT size0
,
29 const Byte
*buf1
, SizeT size1
,
30 const Byte
*buf2
, SizeT size2
,
31 const Byte
*buf3
, SizeT size3
,
32 Byte
*outBuf
, SizeT outSize
);