Searched refs:CLzmaDec (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.h15 but memory usage for CLzmaDec::probs will be doubled in that case */
69 } CLzmaDec; typedef in typeref:struct:__anon12579
73 void LzmaDec_Init(CLzmaDec *p);
134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
138 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
144 You must work with CLzmaDec variables directly in this interface.
155 use data from CLzmaDec::dic and update CLzmaDec
[all...]
H A DLzmaDec.c131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
428 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
678 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
701 void LzmaDec_Init(CLzmaDec *p)
707 static void LzmaDec_InitStateReal(CLzmaDec *p)
719 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
840 SRes LzmaDec_DecodeToBuf(CLzmaDec *
[all...]
H A DLzma2Dec.h17 CLzmaDec decoder;
H A DLzma2Dec.c159 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size)
168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
H A D7zDec.c130 CLzmaDec state;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.h16 but memory usage for CLzmaDec::probs will be doubled in that case */
70 } CLzmaDec; typedef in typeref:struct:__anon14160
74 void LzmaDec_Init(CLzmaDec *p);
135 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
136 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
138 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
139 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
145 You must work with CLzmaDec variables directly in this interface.
156 use data from CLzmaDec::dic and update CLzmaDec
[all...]
H A DLzmaDec.c132 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
429 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
455 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
488 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
679 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
686 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
702 void LzmaDec_Init(CLzmaDec *p)
708 static void LzmaDec_InitStateReal(CLzmaDec *p)
720 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
841 SRes LzmaDec_DecodeToBuf(CLzmaDec *
[all...]
/external/lzma/C/
H A DLzmaDec.h15 but memory usage for CLzmaDec::probs will be doubled in that case */
69 } CLzmaDec; typedef in typeref:struct:__anon22907
73 void LzmaDec_Init(CLzmaDec *p);
134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
138 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
144 You must work with CLzmaDec variables directly in this interface.
155 use data from CLzmaDec::dic and update CLzmaDec
[all...]
H A DLzmaDec.c131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
428 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
678 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
701 void LzmaDec_Init(CLzmaDec *p)
707 static void LzmaDec_InitStateReal(CLzmaDec *p)
719 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
840 SRes LzmaDec_DecodeToBuf(CLzmaDec *
[all...]
H A DLzma2Dec.h17 CLzmaDec decoder;
H A DLzma2Dec.c159 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size)
168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
H A D7zDec.c130 CLzmaDec state;
/external/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.h29 CLzmaDec _state;
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c55 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream,
114 CLzmaDec state;

Completed in 166 milliseconds