Searched refs:CLzmaEncProps (Results 1 – 12 of 12) sorted by relevance
/third_party/lzma/C/ |
D | LzmaEnc.h | 34 } CLzmaEncProps; typedef 36 void LzmaEncProps_Init(CLzmaEncProps *p); 37 void LzmaEncProps_Normalize(CLzmaEncProps *p); 38 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2); 59 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props); 73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
D | Lzma2Enc.h | 16 CLzmaEncProps lzmaProps;
|
D | LzmaLib.c | 20 CLzmaEncProps props; in LzmaCompress()
|
D | Lzma86Enc.c | 21 CLzmaEncProps props; in Lzma86_Encode()
|
D | LzmaEnc.c | 57 void LzmaEncProps_Init(CLzmaEncProps *p) in LzmaEncProps_Init() 67 void LzmaEncProps_Normalize(CLzmaEncProps *p) in LzmaEncProps_Normalize() 109 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() 111 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize() 550 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() 553 CLzmaEncProps props = *props2; in LzmaEnc_SetProps() 2346 CLzmaEncProps props; in LzmaEnc_Construct() 3134 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
|
D | Lzma2Enc.c | 245 CLzmaEncProps lzmaProps = p->lzmaProps; in Lzma2EncProps_Normalize() 468 CLzmaEncProps lzmaProps = props->lzmaProps; in Lzma2Enc_SetProps()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 85 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep); 86 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp() 161 CLzmaEncProps props; in SetCoderProperties()
|
D | Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
|
/third_party/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 157 CLzmaEncProps props; in Encode()
|
/third_party/lzma/DOC/ |
D | lzma.txt | 229 3) initialize CLzmaEncProps properties; 271 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
/third_party/lzma/ |
D | README_zh.md | 380 **3)** 初始化CLzmaEncProps属性 432 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
D | README.md | 419 **3)** initialize CLzmaEncProps properties; 473 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|